now 1st column is minimized

pull/46/head
GeorgLegato 2023-04-20 05:02:48 +02:00
parent 106a22bb46
commit 9ba6f17ce3
1 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
}
/* first column min width */
#tab_iz_interface th {
#tab_iz_interface th:first-child {
flex: 0 0 0%;
width: 0;
}