diff --git a/styleguide.css b/styleguide.css index 92ebb3a..6608ea3 100644 --- a/styleguide.css +++ b/styleguide.css @@ -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;