File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686
8787.stations-table {
8888 width : 100% ;
89+ min-width : 900px ;
8990 border-collapse : collapse;
9091 font-size : var (--text-sm );
9192 table-layout : fixed;
9293}
9394
94- /* Column widths via colgroup */
95- .stations-table col .col-expand { width : 44 px ; }
96- .stations-table col .col-name { width : 140 px ; }
97- .stations-table col .col-id { width : 140 px ; }
98- .stations-table col .col-status { width : 140 px ; }
99- .stations-table col .col-protocol { width : 100 px ; }
100- .stations-table col .col-vendor { width : 180 px ; }
101- .stations-table col .col-connectors { width : 100 px ; }
102- .stations-table col .col-actions { width : 120 px ; }
95+ /* Column widths via colgroup - must total 100% */
96+ .stations-table col .col-expand { width : 4 % ; }
97+ .stations-table col .col-name { width : 14 % ; }
98+ .stations-table col .col-id { width : 14 % ; }
99+ .stations-table col .col-status { width : 14 % ; }
100+ .stations-table col .col-protocol { width : 10 % ; }
101+ .stations-table col .col-vendor { width : 18 % ; }
102+ .stations-table col .col-connectors { width : 10 % ; }
103+ .stations-table col .col-actions { width : 16 % ; }
103104
104105.stations-table th ,
105106.stations-table td {
You can’t perform that action at this time.
0 commit comments