]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix styling issue on /about when server admin has a long username
authorThibG <thib@sitedethib.com>
Fri, 18 Dec 2020 08:43:33 +0000 (09:43 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Sat, 19 Dec 2020 00:03:38 +0000 (01:03 +0100)
Port 47c6c54d31fe43cdda2fab55d39ad5f99c0538be to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/about.scss

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