forms: make submit button take all width on very small screen

This commit is contained in:
Serghei Mihai 2023-01-11 10:55:59 +01:00 committed by Gitea
parent a2fc95e7ff
commit fc13ac7c57
1 changed files with 3 additions and 0 deletions

View File

@ -682,6 +682,9 @@ div.select2-search {
@media (max-width: $very-small-limit) {
.widget {
flex-grow: 1;
&.submit-button {
flex-basis: 100%;
}
}
.content {
display: flex;