Skip to content

Commit

Permalink
Fix profile fields overflowing page width (mastodon#11828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and hiyuki2578 committed Oct 2, 2019
1 parent 9ac2653 commit 7ff67be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/styles/mastodon/accounts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
}

.account__header__fields {
max-width: 100vw;
padding: 0;
margin: 15px -15px -15px;
border: 0 none;
Expand Down

0 comments on commit 7ff67be

Please sign in to comment.