Skip to content

Commit 7de0f51

Browse files
authored
Fix margins on profile metadata in single column mode (mastodon#10961)
1 parent 03bbc74 commit 7de0f51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/javascript/styles/mastodon/components.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,10 @@ a.account__display-name {
20712071

20722072
.account {
20732073
padding: 15px 10px;
2074+
2075+
&__header__bio {
2076+
margin: 0 -10px;
2077+
}
20742078
}
20752079

20762080
.notification {

0 commit comments

Comments
 (0)