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