diff --git a/styleguide.css b/styleguide.css index 7a34c22..c725530 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1010,7 +1010,7 @@ section + section { top: auto; right: auto; transform: none; - margin-left: 0; + margin-left: calc(var(--spacing-small) * 1.5); grid-column: 4; grid-row: 1; } @@ -1705,6 +1705,7 @@ section + section { .sg-pulldown-panel .sg-slider-row[data-activatable="true"] .sg-activatable-remove { position: static; transform: none; + margin-left: calc(var(--spacing-small) * 1.5); grid-column: 3; grid-row: 2; }