Fix text wrapping in timestamp
This commit is contained in:
@@ -118,7 +118,14 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
|
|||||||
disableMismatchWarning
|
disableMismatchWarning
|
||||||
disableUnderline
|
disableUnderline
|
||||||
onPress={onBeforePressPost}
|
onPress={onBeforePressPost}
|
||||||
style={[a.text_md, t.atoms.text_contrast_medium, a.leading_snug]}>
|
style={[
|
||||||
|
a.text_md,
|
||||||
|
t.atoms.text_contrast_medium,
|
||||||
|
a.leading_snug,
|
||||||
|
{
|
||||||
|
whiteSpace: 'nowrap',
|
||||||
|
},
|
||||||
|
]}>
|
||||||
{timeElapsed}
|
{timeElapsed}
|
||||||
</WebOnlyInlineLinkText>
|
</WebOnlyInlineLinkText>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user