stop line breaks for timeelapsed (#4191)
parent
9011c11eaf
commit
17e0cb62a8
|
@ -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…
Reference in New Issue