responsive: fix account update boutons width for low resolution screens (#19580)

This commit is contained in:
Serghei Mihai 2017-10-20 17:06:56 +02:00
parent 982b1c0ad3
commit d5cff0b625
1 changed files with 3 additions and 0 deletions

View File

@ -865,6 +865,9 @@ div.cut-edit {
div.edit {
width: 30em;
margin: 5ex auto;
@media screen and (max-width: 570px) {
width: auto;
}
}
}
}