diff --git a/gui/default/assets/css/overrides.css b/gui/default/assets/css/overrides.css index 527c5cc59..b5b0de59e 100644 --- a/gui/default/assets/css/overrides.css +++ b/gui/default/assets/css/overrides.css @@ -420,15 +420,6 @@ ul.three-columns li, ul.two-columns li { height: 276px; } - table.table-auto td, - table.table-auto th, - table.table-condensed td, - table.table-condensed th { - /* for mobile phones to allow linebreaks in long repro folder/shared with - * columns. */ - white-space: normal; - } - .two-columns { -webkit-column-count: 1; -moz-column-count: 1; @@ -488,6 +479,15 @@ ul.three-columns li, ul.two-columns li { .modal-footer { padding-bottom: 5px; } + + table.table-auto td, + table.table-auto th, + table.table-condensed td, + table.table-condensed th { + /* for mobile phones to allow linebreaks in long repro folder/shared with + * columns. */ + white-space: normal; + } } .form-horizontal .form-group {