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

Commit 8e61a4e

Browse files
Core CSS: Unset browser default min-width for fieldset. Fixes #6077.
The min-width was causing issues in combination with white-space nowrap to get an ellipsis.
1 parent 564029c commit 8e61a4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
.ui-mobile, .ui-mobile body { height: 99.9%; }
33
.ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
44
.ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
5+
.ui-mobile fieldset { min-width: 0; }
56

67
/* responsive page widths */
78
.ui-mobile-viewport { margin: 0; overflow-x: visible; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
9+
810
/* Issue #2066 */
911
body.ui-mobile-viewport,
1012
div.ui-mobile-viewport { overflow-x: hidden; }

0 commit comments

Comments
 (0)