From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 10 Feb 2023 04:17:00 +0000 (-0800) Subject: Fix toggle split doesnt have rounded right corner X-Git-Tag: v1.13.0~1^2~14^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2638%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fix toggle split doesnt have rounded right corner --- 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 76b834bc94..23109950ca 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 @@ -26,6 +26,11 @@ max-width: calc(100% - 46px); // fudge factor for ng-select button width } +.btn-group .dropdown-toggle-split { + border-top-right-radius: inherit; + border-bottom-right-radius: inherit; +} + .password-prompt { position: absolute; top: 30%;