Browse Source

gluon-web-theme: allow more width in style for input fields and selectboxes (#1229)

Ruben Barkow 6 years ago
parent
commit
99c405756f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/gluon-web-theme/sass/cascade.scss

+ 1 - 1
package/gluon-web-theme/sass/cascade.scss

@@ -351,7 +351,7 @@ input[type=image] {
 select,
 input[type=text],
 input[type=password] {
-  width: 20em;
+  min-width: 20em;
 }
 
 input.gluon-button {