1
0
mirror of synced 2025-02-04 06:09:23 +03:00

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

Bugfix: Avoid implosion of empty <option>s
This commit is contained in:
Igor Vaynberg 2013-03-15 08:25:06 -07:00
commit 4530e74e95

View File

@ -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;