From 37ef507126c72eea3efc14e7dae1efa4a15255f2 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 20 Sep 2024 16:08:45 +0200 Subject: [PATCH] Fix dashboard quick access button text spilling over if too long to fit Fixes #142601 --- app/javascript/styles/mastodon/dashboard.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/javascript/styles/mastodon/dashboard.scss b/app/javascript/styles/mastodon/dashboard.scss index 1621220ccb5..5ac849019ac 100644 --- a/app/javascript/styles/mastodon/dashboard.scss +++ b/app/javascript/styles/mastodon/dashboard.scss @@ -91,6 +91,7 @@ height: 36px; text-decoration: none; margin-bottom: 4px; + white-space: nowrap; &:active, &:focus, @@ -111,6 +112,8 @@ span { flex: 1 1 auto; + overflow: hidden; + text-overflow: ellipsis; } strong {