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

Commit 0325fec

Browse files
Select: Don't set margin-right 0 because a select can be an inline button. Fixes #6103.
1 parent 57adccc commit 0325fec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/structure/jquery.mobile.forms.select.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.ui-select {
2-
margin: .5em 0;
2+
margin-top: .5em;
3+
margin-bottom: .5em; /* no shorthand for margin because it would override margin-right for inline selects */
34
position: relative;
45
}
56
.ui-select > select {

0 commit comments

Comments
 (0)