[Glitch] Fix text layout in edition history dropdown

Port b1bb3baefbed0f89abee82bc27000db2e62c22fe to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire 2026-03-30 15:27:00 +02:00
parent b5c1a13341
commit 09e49e8553

View File

@ -71,12 +71,14 @@ export const EditedTimestamp: React.FC<{
id='status.history.created'
defaultMessage='{name} created {date}'
values={{ name: formattedName, date: formattedDate }}
tagName='span'
/>
) : (
<FormattedMessage
id='status.history.edited'
defaultMessage='{name} edited {date}'
values={{ name: formattedName, date: formattedDate }}
tagName='span'
/>
);