Firewall Logs Widget - time min width

Minimum time field width so date (month day, e.g. Jan 24) doesn't wrap and consume additional line unnecessarily.  Particularly in mobile portrait view.
This commit is contained in:
NOYB 2018-01-24 14:15:12 -08:00 committed by Franco Fichtner
parent 4cdfe13bc4
commit fa5de15745
2 changed files with 10 additions and 0 deletions

View File

@ -647,3 +647,8 @@ select {
background-repeat: no-repeat;
background-position: right;
background-image: url(/ui/themes/opnsense/build/images/caret.png) !important;}
#grid-log th[data-column-id="__timestamp__"],
#filter-log-entries th[data-column-id="__timestamp__"] {
min-width: 3.5em;
}

View File

@ -5861,3 +5861,8 @@ select {
background-repeat: no-repeat;
background-position: right;
background-image: url(/ui/themes/opnsense/build/images/caret.png) !important; }
#grid-log th[data-column-id="__timestamp__"],
#filter-log-entries th[data-column-id="__timestamp__"] {
min-width: 3.5em;
}