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

Commit

Permalink
Controlgroup: Make legend wrap on IE10. Fixes #6139.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Jul 9, 2013
1 parent b75b313 commit 321f0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/structure/jquery.mobile.controlgroup.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.ui-bar .ui-controlgroup { margin: 0 5px; }

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

0 comments on commit 321f0c7

Please sign in to comment.