]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix toggle split doesnt have rounded right corner 2638/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 10 Feb 2023 04:17:00 +0000 (20:17 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Fri, 10 Feb 2023 04:17:00 +0000 (20:17 -0800)
src-ui/src/app/components/document-detail/document-detail.component.scss

index 76b834bc94b8f7385f68c9878ed315fd02d2a8fb..23109950ca2bbf46368aaed47381f7d8b975d49a 100644 (file)
   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%;