mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
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:
parent
4cdfe13bc4
commit
fa5de15745
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user