From bfaf45231e5668782f8acce520252e79b67419bf Mon Sep 17 00:00:00 2001 From: FahrJo Date: Thu, 14 Mar 2024 15:14:49 +0000 Subject: [PATCH] fix linting Signed-off-by: FahrJo --- src/pages/Table.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Table.vue b/src/pages/Table.vue index 521b158d2..329a898ce 100644 --- a/src/pages/Table.vue +++ b/src/pages/Table.vue @@ -111,13 +111,13 @@ export default { white-space: normal !important; word-break: normal !important; word-wrap: break-word !important; - width: auto !important; + width: auto !important; } #app-content-vue table th .clickable { overflow-wrap: anywhere; } - + #app-content-vue table th .menu { display: none !important; }