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 5653444 commit de6c4f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/structure/jquery.mobile.controlgroup.css
Expand Up @@ -108,6 +108,10 @@ fieldset.ui-controlgroup {
-webkit-box-shadow: none;
box-shadow: none;
}
/* Fixes legend not wrapping on IE10 */
.ui-controlgroup-label legend {
max-width: 100%;
}
.ui-controlgroup-controls > label {
position: absolute !important;
top: -9999px;
Expand Down

0 comments on commit de6c4f9

Please sign in to comment.