Revert "Fix text overflow in post meta on web (#10122)"
This reverts commit 2c828b5755.
This commit is contained in:
@@ -519,7 +519,6 @@ function Inner({
|
||||
a.leading_snug,
|
||||
a.font_semi_bold,
|
||||
a.self_start,
|
||||
{minWidth: 0},
|
||||
]}>
|
||||
{sanitizeDisplayName(
|
||||
profile.displayName || sanitizeHandle(profile.handle),
|
||||
|
||||
@@ -82,16 +82,9 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
|
||||
/>
|
||||
</View>
|
||||
)}
|
||||
<View
|
||||
style={[a.flex_row, a.align_end, a.flex_shrink, web({minWidth: 0})]}>
|
||||
<View style={[a.flex_row, a.align_end, a.flex_shrink]}>
|
||||
<ProfileHoverCard did={author.did}>
|
||||
<View
|
||||
style={[
|
||||
a.flex_row,
|
||||
a.align_end,
|
||||
a.flex_shrink,
|
||||
web({minWidth: 0}),
|
||||
]}>
|
||||
<View style={[a.flex_row, a.align_end, a.flex_shrink]}>
|
||||
<MaybeLinkText
|
||||
emoji
|
||||
numberOfLines={1}
|
||||
@@ -132,7 +125,6 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
|
||||
t.atoms.text_contrast_medium,
|
||||
a.leading_tight,
|
||||
{flexShrink: 10},
|
||||
web({minWidth: 0}),
|
||||
]}>
|
||||
{NON_BREAKING_SPACE + sanitizeHandle(handle, '@')}
|
||||
</MaybeLinkText>
|
||||
|
||||
Reference in New Issue
Block a user