diff --git a/styleguide.css b/styleguide.css index 5c6605d..4c11b54 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1061,6 +1061,8 @@ section + section { grid-column: 3; justify-self: start; align-self: center; + display: block; + margin: 0; } #component-slider .sg-activatable-row { @@ -1100,6 +1102,8 @@ section + section { justify-self: start; min-width: 0; align-self: center; + display: block; + margin: 0; } .sg-pulldown-panel .sg-slider-row[data-activatable="true"] { @@ -1180,6 +1184,7 @@ section + section { grid-row: 1; justify-self: start; align-self: center; + margin: 0; } #component-slider .sg-activatable-row .sg-slider-row .sg-label {