fix the choice drag issue

- disabled width on select2-search-choice-close so that it doesn't cover whole option
This commit is contained in:
Ahmed Ejaz
2024-09-27 16:57:35 +05:00
parent 35f9c420fd
commit 1550ca5da0

View File

@@ -233,6 +233,7 @@ label .select2-container {
font-size: 85%;
@extend .icon-remove;
@extend [class^="icon-"], :before;
width: 0;
margin-left: 2px;
color: $color-1;
}