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

Commit d97eb33

Browse files
Select: Added padding 0 to the "reset" of the custom select menu header.
1 parent 95ea300 commit d97eb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin
3939
.ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
4040
.ui-selectmenu-list .ui-li .ui-icon { display: block; }
4141
.ui-li.ui-selectmenu-placeholder { display: none; }
42-
.ui-selectmenu .ui-header { margin: 0; }
42+
.ui-selectmenu .ui-header { margin: 0; padding: 0; }
4343
.ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }
4444

4545
@media all and (min-width: 450px){

0 commit comments

Comments
 (0)