css: manage wcs form buttons gutters with left margins (#76414) #226

Merged
tjund merged 1 commits from wip/76414-overflow-buttons into main 2023-05-02 09:53:52 +02:00
1 changed files with 5 additions and 1 deletions

View File

@ -705,7 +705,11 @@ div.select2-search {
display: flex;
flex-wrap: wrap;
justify-content: $buttons-alignment;
margin-right: -1.5em;
margin-left: -1.5em;
button {
margin-right: 0;
margin-left: 1.5em;
}
@media (min-width: $very-small-limit + 1) {
@each $btn, $grow in $buttons-order {