scss: reduce width of a2 buttons on small mobiles (#35260)

This commit is contained in:
Frédéric Péters 2019-08-06 19:04:54 +02:00
parent eb11d22ecc
commit b5ea74a1ae
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ div.a2-block form button,
div.a2-block form input[type=submit] {
width: auto;
min-width: 12em;
@media screen and (max-width: $very-small-limit) {
min-width: 8em;
}
}
div.a2-block ul#id_edit-profile-title {