From d07f74653e30cf9be1fb5fdaa925abc50dafb23a Mon Sep 17 00:00:00 2001 From: loof2736 Date: Tue, 13 Aug 2024 18:32:02 -0400 Subject: [PATCH] Fixed border radius for detail chips with lots of content --- CSS/scyfin-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index 08ca4e8..2646351 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -719,7 +719,7 @@ html, .layout-desktop .detailsGroupItem { background: var(--secondary-background-color) !important; padding: 10px 20px !important; - border-radius: 100px !important; + border-radius: 20px !important; width: fit-content !important; max-width: max-content !important; display: flex;