diff --git a/styleguide.css b/styleguide.css index c808331..0be6a9d 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1707,6 +1707,14 @@ section + section { margin-left: calc(var(--spacing-small) * 1.5); flex: 0 0 var(--interaction-height); } + + .sg-pulldown-panel__row { + grid-template-columns: minmax(0, 1fr) var(--interaction-height); + } + + .sg-pulldown-panel__label { + grid-column: 1 / -1; + } } /* ========================================================= */