Integrate requested changes from #12142

pull/13818/head
Jovan Gerodetti 2020-05-27 14:28:50 +02:00
parent 74f798157f
commit 061619929e
1 changed files with 7 additions and 7 deletions

View File

@ -158,14 +158,14 @@ we don't have an account and should hide them. No account == no guest account ei
display: none;
}
@media only screen and (max-width : 480px) {
.mx_ButtonRow {
flex-direction: column;
}
@media only screen and (max-width: 480px) {
.mx_ButtonRow {
flex-direction: column;
}
.mx_ButtonRow > * {
margin: 0 0 10px 0;
}
.mx_ButtonRow > * {
margin: 0 0 10px 0;
}
}
</style>