mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed border radius for detail chips with lots of content
This commit is contained in:
parent
aa875f2ceb
commit
d07f74653e
@ -719,7 +719,7 @@ html,
|
|||||||
.layout-desktop .detailsGroupItem {
|
.layout-desktop .detailsGroupItem {
|
||||||
background: var(--secondary-background-color) !important;
|
background: var(--secondary-background-color) !important;
|
||||||
padding: 10px 20px !important;
|
padding: 10px 20px !important;
|
||||||
border-radius: 100px !important;
|
border-radius: 20px !important;
|
||||||
width: fit-content !important;
|
width: fit-content !important;
|
||||||
max-width: max-content !important;
|
max-width: max-content !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user