Revert "use gap to avoid negative margin-right" (#72298)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This reverts commit df7f297bbf.
This commit is contained in:
Thomas Jund 2022-12-12 14:55:23 +01:00
parent df7f297bbf
commit c101a25ef5
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;
}
}
}