From b6cd32281fceaf65a107ec914597a3ab9bdb069b Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 27 Aug 2025 19:20:02 +0200 Subject: [PATCH] Accomodate longer text in quote/reblog dropdown (#35930) --- app/javascript/styles/mastodon/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index ce87275e8..ef08d6b75 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2875,7 +2875,7 @@ a.account__display-name { .reblog-button { &__item { - width: 280px; + max-width: 360px; button { display: flex;