diff options
author | ThibG <thib@sitedethib.com> | 2020-12-18 09:43:33 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2020-12-19 01:03:38 +0100 |
commit | 5c966bef8b6aa116cfa2102e83e42d0fe421f3fc (patch) | |
tree | 6ec332dd20fa4ce8de954d8e260cce3f2dc67aee /app/javascript/flavours/glitch/styles | |
parent | e0a253fb2245e538f1854090eb0b72416a21b5bf (diff) |
[Glitch] Fix styling issue on /about when server admin has a long username
Port 47c6c54d31fe43cdda2fab55d39ad5f99c0538be to glitch-soc Co-authored-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/about.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/about.scss b/app/javascript/flavours/glitch/styles/about.scss index ac5f3ebb0..de821fbe4 100644 --- a/app/javascript/flavours/glitch/styles/about.scss +++ b/app/javascript/flavours/glitch/styles/about.scss @@ -734,6 +734,7 @@ $small-breakpoint: 960px; &__column { flex: 1 1 50%; + overflow-x: hidden; } } |