Fix margins on profile metadata in single column mode (#10961)

This commit is contained in:
Eugen Rochko
2019-06-04 23:11:57 +02:00
committed by GitHub
parent 6a9a759f40
commit ed19f33440

View File

@ -2071,6 +2071,10 @@ a.account__display-name {
.account {
padding: 15px 10px;
&__header__bio {
margin: 0 -10px;
}
}
.notification {