Slider im Interactive Elements auf volle verfügbare Breite ausrichten

This commit is contained in:
2026-05-23 10:06:01 +02:00
parent b06991e16f
commit 3a3391cd6c
+11 -1
View File
@@ -1029,10 +1029,20 @@ section + section {
minmax(0, 1fr)
auto;
align-items: center;
column-gap: var(--spacing-small);
column-gap: var(--spacing-large);
width: 100%;
}
#component-slider .sg-state-example {
grid-template-columns: calc(var(--interaction-height) * 6) minmax(0, 1fr);
width: 100%;
}
#component-slider .sg-state-example > :last-child {
width: 100%;
min-width: 0;
}
#component-slider .sg-slider-row .sg-label {
min-width: 0;
flex: 0 0 auto;