mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +00:00
Fix styling issue on /about when server admin has a long username (#15357)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
eb35be0431
commit
47c6c54d31
|
@ -732,6 +732,7 @@ $small-breakpoint: 960px;
|
||||||
|
|
||||||
&__column {
|
&__column {
|
||||||
flex: 1 1 50%;
|
flex: 1 1 50%;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue