Browse Source

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 years ago
parent
commit
02b37ea7df
1 changed files with 4 additions and 0 deletions
  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 {
   float: left;
   float: left;
 }
 }