stop line breaks for timeelapsed (#4191)
This commit is contained in:
parent
9011c11eaf
commit
17e0cb62a8
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,7 @@ function ChatListItemReady({
|
|||
a.text_sm,
|
||||
{lineHeight: 21},
|
||||
t.atoms.text_contrast_medium,
|
||||
web({whiteSpace: 'preserve nowrap'}),
|
||||
]}>
|
||||
{' '}
|
||||
· {timeElapsed}
|
||||
|
@ -229,6 +230,7 @@ function ChatListItemReady({
|
|||
a.text_sm,
|
||||
{lineHeight: 21},
|
||||
t.atoms.text_contrast_medium,
|
||||
web({whiteSpace: 'preserve nowrap'}),
|
||||
]}>
|
||||
{' '}
|
||||
·{' '}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue