Fix safari post field display issue in single column layout (#10883)

This commit is contained in:
Takeshi Umeda 2019-05-29 18:03:56 +09:00 committed by Eugen Rochko
parent 33ec9c5095
commit 7f203f7c49
1 changed files with 1 additions and 0 deletions

View File

@ -1976,6 +1976,7 @@ a.account__display-name {
.columns-area--mobile {
flex-direction: column;
width: 100%;
height: 100%;
margin: 0 auto;
.column,