about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-07-05 19:16:06 +0200
committerGitHub <noreply@github.com>2021-07-05 19:16:06 +0200
commit1381e0e1d9f27bd108d8b9349896f10ffe996cb2 (patch)
tree9aee08446b9d58a1904206143d4026648eb64564 /app/javascript/styles
parent9f76be5e7d15bc0deefa1c9227246dce54277382 (diff)
Fix pop-in player display when poster has long username or handle (#16468)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss1
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 {