Skip to content

Commit 4530e74

Browse files
committed
Merge pull request select2#1042 from JensRantil/fix-issue-1042
Bugfix: Avoid implosion of empty <option>s
2 parents cbc5106 + eac267b commit 4530e74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

select2.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ Version: @@ver@@ Timestamp: @@timestamp@@
339339
margin: 0;
340340
cursor: pointer;
341341

342+
min-height: 1em;
343+
342344
-webkit-touch-callout: none;
343345
-webkit-user-select: none;
344346
-khtml-user-select: none;

0 commit comments

Comments
 (0)