Skip to content

Commit 1a7a53d

Browse files
SteveTheTechieHarris
authored andcommitted
Fixes the indents for single-selects.
PR #798 implemented hanging indents for multiple indents, but that broke the indents for single selects.
1 parent 6dc7ee9 commit 1a7a53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/jquery.multiselect.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.ui-multiselect-collapsed > ul { display:none }
2525

2626
.ui-multiselect-single .ui-multiselect-checkboxes input { left:-9999px; position:absolute !important; top: auto !important; }
27-
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }
27+
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important; text-indent: 0 !important; }
2828

2929
.ui-multiselect.ui-multiselect-nowrap { white-space: nowrap }
3030
.ui-multiselect.ui-multiselect-nowrap > span { display: inline-block }

0 commit comments

Comments
 (0)