From 9ba6f17ce3e2d9e9b8ee75387d5a09b71337b64b Mon Sep 17 00:00:00 2001 From: GeorgLegato Date: Thu, 20 Apr 2023 05:02:48 +0200 Subject: [PATCH] now 1st column is minimized --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 752c2d4..4cc416a 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,7 @@ } /* first column min width */ -#tab_iz_interface th { +#tab_iz_interface th:first-child { + flex: 0 0 0%; width: 0; -} \ No newline at end of file +}