Explorar o código

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

Ruben Barkow %!s(int64=6) %!d(string=hai) anos
pai
achega
99c405756f
Modificáronse 1 ficheiros con 1 adicións e 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 {