Skip to content

Commit

Permalink
Fix padding for select2
Browse files Browse the repository at this point in the history
  • Loading branch information
larssandergreen authored Jul 9, 2023
1 parent 608a853 commit 860b0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/jquery/overrides/_select2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $crm-jquery-select2-search-items-label-padding: 5px 10px;
border-color: $brand-primary;
border-radius: $border-radius-base;
font-size: $font-size-base;
padding: 3px 25px 3px 5px;
padding: 3px 25px 3px 5px !important;
word-break: break-all;

&.select2-search-choice-focus {
Expand Down

0 comments on commit 860b0c9

Please sign in to comment.