]> cat aescling's git repositories - mastodon.git/commitdiff
Fix styling issue on /about when server admin has a long username (#15357)
authorThibG <thib@sitedethib.com>
Fri, 18 Dec 2020 08:43:33 +0000 (09:43 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 08:43:33 +0000 (09:43 +0100)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/styles/mastodon/about.scss

index 3be0aee49bcaab3646dedc80da8df89e031e8076..d6bd9e3c6054b0f164f79955ab7e34a2ac4e5d99 100644 (file)
@@ -732,6 +732,7 @@ $small-breakpoint: 960px;
 
       &__column {
         flex: 1 1 50%;
+        overflow-x: hidden;
       }
     }