about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/about.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-12-18 09:43:33 +0100
committerGitHub <noreply@github.com>2020-12-18 09:43:33 +0100
commit47c6c54d31fe43cdda2fab55d39ad5f99c0538be (patch)
tree3eb28a438f6ad30a0c8ddb3e8d2a1ed084e9ec22 /app/javascript/styles/mastodon/about.scss
parenteb35be0431b2cdd2bbf3339beb9c5a0839e1088b (diff)
Fix styling issue on /about when server admin has a long username (#15357)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/styles/mastodon/about.scss')
-rw-r--r--app/javascript/styles/mastodon/about.scss1
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;
       }
     }