diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index 35fb45512..8fadd6003 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -601,10 +601,12 @@ svg + .button__label { .button-toggle-group-action { position: absolute; // Centers the button along toggle buttons + margin-left: var(--spacing-xs); @media (max-width: $breakpoint-small) { position: relative; top: var(--spacing-s); + margin-left: unset; } }