minimize 1st column, only numbers here

pull/42/head
GeorgLegato 2023-04-20 04:17:08 +02:00
parent 3543fcd2d3
commit 614657b319
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#tab_iz_interface .gradio-dataframe .controls-wrap {
flex-direction: row-reverse;
justify-content: space-between;
}
/* first column min width */
#tab_iz_interface th {
width: 0;
}