Skip to content

Commit

Permalink
Multi-select: Further Spacing Adjustments
Browse files Browse the repository at this point in the history
Retain more of the select2 spacing, and remove the input spacing.
  • Loading branch information
AlexGStapleton committed Nov 29, 2024
1 parent 0399778 commit e71d5cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -2538,8 +2538,12 @@
.select2-container {
width: 100% !important;

.select2-search--inline {
margin-bottom: 0;
.select2-selection--multiple {
padding: 0;
}

.select2-search__field {
margin-top: 0;
}

.select2-selection__choice__remove {
Expand Down

0 comments on commit e71d5cd

Please sign in to comment.