From 0927282d41b87a4ee5217fb2a1194c9f5632a8fe Mon Sep 17 00:00:00 2001 From: Cutls Date: Tue, 9 Jul 2019 22:48:57 +0900 Subject: [PATCH] Change: overflow of column name --- app/css/tl.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/css/tl.css b/app/css/tl.css index 2796ae7d..83f0f2bc 100644 --- a/app/css/tl.css +++ b/app/css/tl.css @@ -425,6 +425,9 @@ p:not(:last-child) { .area-notice_name { grid-area: notice_name; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .area-notice_acct {