remove min-width that is not used by browsers anyway default tip

Sun, 09 Mar 2025 17:17:59 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 09 Mar 2025 17:17:59 +0100
changeset 359
842bb8976b0f
parent 358
e46bef1bdddd

remove min-width that is not used by browsers anyway

src/main/webapp/lightpit.css file | annotate | diff | comparison | revisions
--- a/src/main/webapp/lightpit.css	Sun Mar 09 15:57:52 2025 +0100
+++ b/src/main/webapp/lightpit.css	Sun Mar 09 17:17:59 2025 +0100
@@ -124,7 +124,6 @@
 
 #mainMenu .searchBox input {
     width: 30em;
-    min-width: 10em;
 }
 
 #sideMenu .menuEntry {

mercurial