]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Limit ng-select size for addition of filter button 3731/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 2 Jul 2023 14:50:26 +0000 (07:50 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 2 Jul 2023 14:50:26 +0000 (07:50 -0700)
src-ui/src/app/components/document-detail/document-detail.component.scss

index 23109950ca2bbf46368aaed47381f7d8b975d49a..9e2aef4ac8db5b0e6556e597f4f7f73a1b0bd832 100644 (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 {