From ced248ad49e8006a36ef2b8072fee5d921fa5323 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Thu, 9 Feb 2023 20:17:00 -0800
Subject: [PATCH] Fix toggle split doesnt have rounded right corner

---
 .../document-detail/document-detail.component.scss           | 5 +++++
 1 file changed, 5 insertions(+)

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 76b834bc9..23109950c 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%;