arles-2020: reduce margins of forms buttons for small screens (#40761)

This commit is contained in:
Serghei Mihai 2020-03-19 14:32:24 +01:00
parent dabb5f7983
commit 24194fbff6
1 changed files with 8 additions and 0 deletions

View File

@ -428,3 +428,11 @@ div#user-files {
}
}
}
div.SubmitWidget {
@media screen and (max-width: $very-small-limit) {
button, button.cancel {
margin-right: 0.5rem;
}
}
}