Revert "use gap to avoid negative margin-right" (#72298) #73

Merged
tjund merged 1 commits from wip/72298-revert-df7f297b into main 2022-12-12 16:20:02 +01:00
1 changed files with 1 additions and 2 deletions

View File

@ -657,7 +657,7 @@ div.select2-search {
display: flex;
flex-wrap: wrap;
justify-content: $buttons-alignment;
gap: 0 1.5rem;
margin-right: -1.5em;
@each $btn, $grow in $buttons-order {
$i: index($buttons-order, $btn);
@ -686,7 +686,6 @@ div.select2-search {
}
button {
flex-grow: 1;
margin-right: 0;
}
}
}