Fixed border radius for detail chips with lots of content

This commit is contained in:
loof2736 2024-08-13 18:32:02 -04:00
parent aa875f2ceb
commit d07f74653e

View File

@ -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;