fix 'Reposted by' text overflow (#1535)

This commit is contained in:
Eric Bailey
2023-09-26 14:24:05 -05:00
committed by GitHub
parent 95736a5168
commit 42723dfaf6
+2 -1
View File
@@ -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