Просмотр исходного кода

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 5 лет назад
Родитель
Сommit
02b37ea7df
1 измененных файлов с 4 добавлено и 0 удалено
  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;
 }