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 e3257b8fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {