From 09e49e8553788d9bb1a98aad98b534bc092c19ad Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 30 Mar 2026 15:27:00 +0200 Subject: [PATCH] [Glitch] Fix text layout in edition history dropdown Port b1bb3baefbed0f89abee82bc27000db2e62c22fe to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/components/edited_timestamp/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/javascript/flavours/glitch/components/edited_timestamp/index.tsx b/app/javascript/flavours/glitch/components/edited_timestamp/index.tsx index 8e3a54a241..bdffb79744 100644 --- a/app/javascript/flavours/glitch/components/edited_timestamp/index.tsx +++ b/app/javascript/flavours/glitch/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' /> ) : ( );