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

Commit 57adccc

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 8671632 commit 57adccc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
.ui-mobile fieldset {
1313
border-width: 0;
1414
}
15+
.ui-mobile fieldset {
16+
min-width: 0;
17+
}
1518
/* Viewport */
1619
.ui-mobile-viewport {
1720
margin: 0;

0 commit comments

Comments
 (0)