diff --git a/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss b/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss index d93e3b53a..79f75868e 100644 --- a/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss +++ b/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss @@ -648,7 +648,7 @@ select { background-position: right; background-image: url(/ui/themes/opnsense/build/images/caret.png) !important;} -#grid-log th[data-column-id="__timestamp__"], +#grid-log th[data-column-id="__timestamp__"], #filter-log-entries th[data-column-id="__timestamp__"] { min-width: 3.5em; } diff --git a/src/opnsense/www/themes/opnsense/build/css/main.css b/src/opnsense/www/themes/opnsense/build/css/main.css index bb95ce688..89fb3366e 100644 --- a/src/opnsense/www/themes/opnsense/build/css/main.css +++ b/src/opnsense/www/themes/opnsense/build/css/main.css @@ -5862,7 +5862,7 @@ select { background-position: right; background-image: url(/ui/themes/opnsense/build/images/caret.png) !important; } -#grid-log th[data-column-id="__timestamp__"], +#grid-log th[data-column-id="__timestamp__"], #filter-log-entries th[data-column-id="__timestamp__"] { min-width: 3.5em; }