Slider im Interactive Elements auf volle verfügbare Breite ausrichten
This commit is contained in:
+11
-1
@@ -1029,10 +1029,20 @@ section + section {
|
|||||||
minmax(0, 1fr)
|
minmax(0, 1fr)
|
||||||
auto;
|
auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
column-gap: var(--spacing-small);
|
column-gap: var(--spacing-large);
|
||||||
width: 100%;
|
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 {
|
#component-slider .sg-slider-row .sg-label {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user