소스 검색

Merge pull request #1042 from JensRantil/fix-issue-1042

Bugfix: Avoid implosion of empty <option>s
Igor Vaynberg 12 년 전
부모
커밋
4530e74e95
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      select2.css

+ 2 - 0
select2.css

@@ -339,6 +339,8 @@ Version: @@ver@@ Timestamp: @@timestamp@@
     margin: 0;
     cursor: pointer;
 
+    min-height: 1em;
+
     -webkit-touch-callout: none;
       -webkit-user-select: none;
        -khtml-user-select: none;