소스 검색

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

Ruben Barkow 6 년 전
부모
커밋
99c405756f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {