소스 검색

Set min-height to 26px for proper input sizing in Opera.

Justin DuJardin 13 년 전
부모
커밋
fa41027264
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      select2.css

+ 1 - 1
select2.css

@@ -157,7 +157,7 @@
     width:100%;
     margin:0;
     height:auto !important;
-    width:100%;
+    min-height: 26px;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;