fix 'Reposted by' text overflow (#1535)

zio/stable
Eric Bailey 2023-09-26 14:24:05 -05:00 committed by GitHub
parent 95736a5168
commit 42723dfaf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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