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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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