diff --git a/scss/components/_group.scss b/scss/components/_group.scss index dca79b96..a4647746 100644 --- a/scss/components/_group.scss +++ b/scss/components/_group.scss @@ -189,21 +189,21 @@ border-bottom-left-radius: 0; } } - } - button, - [type="submit"], - [type="reset"], - [type="button"], - [role="button"], - input:not([type="checkbox"], [type="radio"]), - select, - label, - > legend, - > details > summary { - &:not(:first-child) { - margin-right: calc(var(#{$css-var-prefix}border-width) * -1); - margin-left: auto; + button, + [type="submit"], + [type="reset"], + [type="button"], + [role="button"], + input:not([type="checkbox"], [type="radio"]), + select, + label, + > legend, + > details > summary { + &:not(:first-child) { + margin-right: calc(var(#{$css-var-prefix}border-width) * -1); + margin-left: auto; + } } } }