diff options
author | ThibG <thib@sitedethib.com> | 2020-12-18 09:43:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 09:43:33 +0100 |
commit | 47c6c54d31fe43cdda2fab55d39ad5f99c0538be (patch) | |
tree | 3eb28a438f6ad30a0c8ddb3e8d2a1ed084e9ec22 | |
parent | eb35be0431b2cdd2bbf3339beb9c5a0839e1088b (diff) |
Fix styling issue on /about when server admin has a long username (#15357)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r-- | app/javascript/styles/mastodon/about.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index 3be0aee49..d6bd9e3c6 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -732,6 +732,7 @@ $small-breakpoint: 960px; &__column { flex: 1 1 50%; + overflow-x: hidden; } } |