Fix safari post field display issue in single column layout (#10883)
parent
6f624f449e
commit
9c174f4d02
|
@ -1976,6 +1976,7 @@ a.account__display-name {
|
||||||
.columns-area--mobile {
|
.columns-area--mobile {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
.column,
|
.column,
|
||||||
|
|
Loading…
Reference in New Issue