forms: don't re-order buttons on very small screens (#73175)

This commit is contained in:
Serghei Mihai 2023-01-10 17:23:43 +01:00 committed by Gitea
parent 3fde79311f
commit a2fc95e7ff
1 changed files with 13 additions and 11 deletions

View File

@ -659,6 +659,7 @@ div.select2-search {
justify-content: $buttons-alignment;
margin-right: -1.5em;
@media (min-width: $very-small-limit + 1) {
@each $btn, $grow in $buttons-order {
$i: index($buttons-order, $btn);
@if $grow {
@ -672,6 +673,7 @@ div.select2-search {
}
}
}
}
// always hidden, exclude to flex-child
.savedraft-button {
display: none;