Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 303: | Line 303: | ||
=== Hide a certain colum in the Departues Table on the dashboard=== | === Hide a certain colum in the Departues Table on the dashboard=== | ||
.mobiledeparture tr > *:nth-child(X) {display: none;} | .mobiledeparture tr > *:nth-child(X) {display: none;} | ||
=== Hide potential issue "Less than 12 months available"=== | |||
.warninglessthan12monthsavailable{ display: none} | |||
= Reports = | = Reports = | ||