Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 321f0c7

Browse files
Controlgroup: Make legend wrap on IE10. Fixes #6139.
1 parent b75b313 commit 321f0c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/structure/jquery.mobile.controlgroup.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
.ui-bar .ui-controlgroup { margin: 0 5px; }
55

66
.ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
7+
/* Fixes legend not wrapping on IE10 */
8+
.ui-controlgroup-label legend { max-width: 100%; }
79
.ui-controlgroup-controls label.ui-select,
810
.ui-controlgroup-controls label.ui-submit { position: absolute; left: -9999px; }
911
.ui-controlgroup li { list-style: none; }

0 commit comments

Comments
 (0)