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

Commit 1524ea1

Browse files
Core: Prevent additional space at bottom of fieldsets on Firefox. Fixes #6319.
1 parent 4e69e62 commit 1524ea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
@-moz-document url-prefix() {
2020
.ui-mobile fieldset {
2121
display: table-column;
22+
vertical-align: middle;
2223
}
2324
}
2425

0 commit comments

Comments
 (0)