mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Limit ng-select size for addition of filter button
This commit is contained in:
parent
7ec82c0891
commit
0bcda5ded8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue