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

Commit de6c4f9

Browse files
Controlgroup: Make legend wrap on IE10. Fixes #6139.
1 parent 5653444 commit de6c4f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/structure/jquery.mobile.controlgroup.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ fieldset.ui-controlgroup {
108108
-webkit-box-shadow: none;
109109
box-shadow: none;
110110
}
111+
/* Fixes legend not wrapping on IE10 */
112+
.ui-controlgroup-label legend {
113+
max-width: 100%;
114+
}
111115
.ui-controlgroup-controls > label {
112116
position: absolute !important;
113117
top: -9999px;

0 commit comments

Comments
 (0)