From c15d709db2c11bd34aba877363e7f2e596faf6dd Mon Sep 17 00:00:00 2001 From: antelle Date: Tue, 27 Apr 2021 16:23:49 +0200 Subject: [PATCH] fixed table view column width --- app/styles/areas/_list.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/styles/areas/_list.scss b/app/styles/areas/_list.scss index b2e407b8..83d32c73 100644 --- a/app/styles/areas/_list.scss +++ b/app/styles/areas/_list.scss @@ -133,6 +133,8 @@ flex-grow: 1; flex-shrink: 0; flex-basis: 0; + overflow: hidden; + text-overflow: ellipsis; &:first-child { text-align: center; padding: 0;