Merge pull request #3731 from paperless-ngx/fix/issue-3730

Fix: limit ng-select size for addition of filter button
This commit is contained in:
shamoon 2023-07-02 08:12:17 -07:00 committed by GitHub
commit 068ff3ef18

View File

@ -23,7 +23,7 @@
} }
::ng-deep .ng-select-taggable { ::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 { .btn-group .dropdown-toggle-split {