From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 2 Jul 2023 14:50:26 +0000 (-0700) Subject: Limit ng-select size for addition of filter button X-Git-Tag: v1.17.0~1^2~56^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3731%2Fhead;p=thirdparty%2Fpaperless-ngx.git Limit ng-select size for addition of filter button --- diff --git a/src-ui/src/app/components/document-detail/document-detail.component.scss b/src-ui/src/app/components/document-detail/document-detail.component.scss index 23109950ca..9e2aef4ac8 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.scss +++ b/src-ui/src/app/components/document-detail/document-detail.component.scss @@ -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 {