Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
02b37ea7df
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
 }