Restore rounded corners for Marktbewertung card with visible overflow

This commit is contained in:
2026-05-21 16:59:52 +02:00
parent acf2cbc961
commit 4aba1df526
+10
View File
@@ -2292,6 +2292,16 @@ section + section {
overflow: visible; overflow: visible;
} }
.sg-card.sg-vsf-marktbewertung-card > .sg-card-segment:first-child {
border-top-left-radius: var(--radius-card);
border-top-right-radius: var(--radius-card);
}
.sg-card.sg-vsf-marktbewertung-card > .sg-card-segment:last-child {
border-bottom-left-radius: var(--radius-card);
border-bottom-right-radius: var(--radius-card);
}
@media (max-width: 48rem) { @media (max-width: 48rem) {
:root { :root {
--card-segment-padding-horizontal: var(--card-segment-padding-horizontal-mobile); --card-segment-padding-horizontal: var(--card-segment-padding-horizontal-mobile);