[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:
parent
b5c1a13341
commit
09e49e8553
@ -71,12 +71,14 @@ export const EditedTimestamp: React.FC<{
|
|||||||
id='status.history.created'
|
id='status.history.created'
|
||||||
defaultMessage='{name} created {date}'
|
defaultMessage='{name} created {date}'
|
||||||
values={{ name: formattedName, date: formattedDate }}
|
values={{ name: formattedName, date: formattedDate }}
|
||||||
|
tagName='span'
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='status.history.edited'
|
id='status.history.edited'
|
||||||
defaultMessage='{name} edited {date}'
|
defaultMessage='{name} edited {date}'
|
||||||
values={{ name: formattedName, date: formattedDate }}
|
values={{ name: formattedName, date: formattedDate }}
|
||||||
|
tagName='span'
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user