Skip to content

Commit e71d5cd

Browse files
Multi-select: Further Spacing Adjustments
Retain more of the select2 spacing, and remove the input spacing.
1 parent 0399778 commit e71d5cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css/admin.less

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,8 +2538,12 @@
25382538
.select2-container {
25392539
width: 100% !important;
25402540

2541-
.select2-search--inline {
2542-
margin-bottom: 0;
2541+
.select2-selection--multiple {
2542+
padding: 0;
2543+
}
2544+
2545+
.select2-search__field {
2546+
margin-top: 0;
25432547
}
25442548

25452549
.select2-selection__choice__remove {

0 commit comments

Comments
 (0)