File size: 224 Bytes
1ae8021
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#tab_iz_interface .gradio-dataframe .controls-wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
}

/* first column min width */
#tab_iz_interface th:first-child  {
    flex: 0 0 0%;
    width: 0;
}