Fix text layout in edition history dropdown (#38485)
This commit is contained in:
parent
52df641172
commit
b1bb3baefb
@ -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'
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user