Limit ng-select size for addition of filter button

This commit is contained in:
shamoon 2023-07-02 07:50:26 -07:00
parent 7ec82c0891
commit 0bcda5ded8

View File

@ -23,7 +23,7 @@
}
::ng-deep .ng-select-taggable {
max-width: calc(100% - 46px); // fudge factor for ng-select button width
max-width: calc(100% - 90px); // fudge factor for (2x) ng-select button width
}
.btn-group .dropdown-toggle-split {