File tree Expand file tree Collapse file tree 2 files changed +27
-18
lines changed
interface/web/themes/default/assets/stylesheets Expand file tree Collapse file tree 2 files changed +27
-18
lines changed Original file line number Diff line number Diff line change @@ -217,23 +217,32 @@ body {
217217
218218.table {
219219 table-layout : fixed;
220- margin-bottom : 1px ; }
221- .table caption {
222- padding : 5px 10px ;
223- text-align : left;
224- font-weight : bold;
225- font-size : 18px ;
226- border-bottom-style : solid;
227- border-bottom-width : 1px ; }
228- .table tbody tr {
229- border-top-style : solid;
230- border-top-width : 1px ;
231- transition : background ease 500ms ; }
232- .table tbody tr : last-child {
233- border-radius : 4px ; }
234- .table tbody tr td {
235- text-overflow : ellipsis;
236- overflow-x : hidden; }
220+ margin-bottom : 1px ;
221+ }
222+ .table caption {
223+ padding : 5px 10px ;
224+ text-align : left;
225+ font-weight : bold;
226+ font-size : 18px ;
227+ border-bottom-style : solid;
228+ border-bottom-width : 1px ;
229+ }
230+ .table tbody tr {
231+ border-top-style : solid;
232+ border-top-width : 1px ;
233+ transition : background ease 500ms ;
234+ }
235+ .table tbody tr : last-child {
236+ border-radius : 4px ;
237+ }
238+ .table tbody tr td {
239+ text-overflow : ellipsis;
240+ overflow-x : hidden;
241+ }
242+
243+ .table-auto {
244+ table-layout : auto;
245+ }
237246
238247.tfooter {
239248 margin-top : -1px ;
You can’t perform that action at this time.
0 commit comments