diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-07-05 19:16:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 19:16:06 +0200 |
commit | 1381e0e1d9f27bd108d8b9349896f10ffe996cb2 (patch) | |
tree | 9aee08446b9d58a1904206143d4026648eb64564 | |
parent | 9f76be5e7d15bc0deefa1c9227246dce54277382 (diff) |
Fix pop-in player display when poster has long username or handle (#16468)
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 0579c3c6f..35c10b096 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -7291,6 +7291,7 @@ noscript { &__account { display: flex; text-decoration: none; + overflow: hidden; } .account__avatar { |