Browse Source

Fix profile fields overflowing page width (#11828)

Fix #11720
pull/4/head
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
cfd4c55c88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/accounts.scss

+ 1
- 0
app/javascript/styles/mastodon/accounts.scss View File

@ -224,6 +224,7 @@
}
.account__header__fields {
max-width: 100vw;
padding: 0;
margin: 15px -15px -15px;
border: 0 none;

Loading…
Cancel
Save