Quellcode durchsuchen

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 vor 5 Jahren
Ursprung
Commit
02b37ea7df
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;
 }