Explorar el Código

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

Ruben Barkow hace 6 años
padre
commit
99c405756f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {