Procházet zdrojové kódy

Reduce width of search box for non-English translations

Prevents issues with button overlap and toolbar alignment when there is not enough space to account for translated strings.
Kristan Kenney před 5 roky
rodič
revize
02b37ea7df
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      web/css/styles.min.css

+ 4 - 0
web/css/styles.min.css

@@ -3490,6 +3490,10 @@ form#vstobjects.suspended {
 */
 }
 
+.lang-fr .search-input, .lang-de .search-input, .lang-nl .search-input {
+  width: 100px;
+}
+
 .float-left {
   float: left;
 }