Fix "Buy More" button touching the presets (#6094)
This commit is contained in:
parent
c8659cc44b
commit
200dc66763
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue