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

Commit

Permalink
Select: Don't set margin-right 0 because a select can be an inline bu…
Browse files Browse the repository at this point in the history
…tton. Fixes #6103.
  • Loading branch information
jaspermdegroot committed Jul 2, 2013
1 parent 57adccc commit 0325fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/structure/jquery.mobile.forms.select.css
@@ -1,5 +1,6 @@
.ui-select {
margin: .5em 0;
margin-top: .5em;
margin-bottom: .5em; /* no shorthand for margin because it would override margin-right for inline selects */
position: relative;
}
.ui-select > select {
Expand Down

0 comments on commit 0325fec

Please sign in to comment.