Change: overflow of column name

This commit is contained in:
Cutls 2019-07-09 22:48:57 +09:00
parent 5ffd59619c
commit 0927282d41

View File

@ -425,6 +425,9 @@ p:not(:last-child) {
.area-notice_name { .area-notice_name {
grid-area: notice_name; grid-area: notice_name;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} }
.area-notice_acct { .area-notice_acct {