fix 'Reposted by' text overflow (#1535)
parent
95736a5168
commit
42723dfaf6
|
@ -178,7 +178,7 @@ export const FeedItem = observer(function FeedItemImpl({
|
|||
)}
|
||||
</View>
|
||||
|
||||
<View style={{paddingTop: 12}}>
|
||||
<View style={{paddingTop: 12, flexShrink: 1}}>
|
||||
{source ? (
|
||||
<Link
|
||||
title={sanitizeDisplayName(source.displayName)}
|
||||
|
@ -211,6 +211,7 @@ export const FeedItem = observer(function FeedItemImpl({
|
|||
style={{
|
||||
marginRight: 4,
|
||||
color: pal.colors.textLight,
|
||||
minWidth: 16,
|
||||
}}
|
||||
/>
|
||||
<Text
|
||||
|
|
Loading…
Reference in New Issue