]> cat aescling's git repositories - mastodon.git/commitdiff
Fix profile fields overflowing page width (#11828)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 13 Sep 2019 17:15:59 +0000 (19:15 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 17:15:59 +0000 (19:15 +0200)
Fix #11720

app/javascript/styles/mastodon/accounts.scss

index f95313a259911cbde597d3def8c893a5e5f49625..5dc067f0e8f6805d5f2c8a6eed3d45a6669c3b06 100644 (file)
 }
 
 .account__header__fields {
+  max-width: 100vw;
   padding: 0;
   margin: 15px -15px -15px;
   border: 0 none;