diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-13 19:15:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-13 19:15:59 +0200 |
commit | cfd4c55c8825f301f88cf5d90afe36a10d590329 (patch) | |
tree | d3dbfe50986282942d32fe4bb78867a6a71c4c1a /app | |
parent | e8703c281e5bf6538f620af1d0b24fdef7de7fc2 (diff) |
Fix profile fields overflowing page width (#11828)
Fix #11720
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/accounts.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/accounts.scss b/app/javascript/styles/mastodon/accounts.scss index f95313a25..5dc067f0e 100644 --- a/app/javascript/styles/mastodon/accounts.scss +++ b/app/javascript/styles/mastodon/accounts.scss @@ -224,6 +224,7 @@ } .account__header__fields { + max-width: 100vw; padding: 0; margin: 15px -15px -15px; border: 0 none; |