From b1bb3baefbed0f89abee82bc27000db2e62c22fe Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 30 Mar 2026 15:27:00 +0200 Subject: [PATCH] Fix text layout in edition history dropdown (#38485) --- app/javascript/mastodon/components/edited_timestamp/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/javascript/mastodon/components/edited_timestamp/index.tsx b/app/javascript/mastodon/components/edited_timestamp/index.tsx index 2d73904dff..9b7fec1849 100644 --- a/app/javascript/mastodon/components/edited_timestamp/index.tsx +++ b/app/javascript/mastodon/components/edited_timestamp/index.tsx @@ -71,12 +71,14 @@ export const EditedTimestamp: React.FC<{ id='status.history.created' defaultMessage='{name} created {date}' values={{ name: formattedName, date: formattedDate }} + tagName='span' /> ) : ( );