Skip to content

Commit

Permalink
fix 'Reposted by' text overflow (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored Sep 26, 2023
1 parent 95736a5 commit 42723df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/com/posts/FeedItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down Expand Up @@ -211,6 +211,7 @@ export const FeedItem = observer(function FeedItemImpl({
style={{
marginRight: 4,
color: pal.colors.textLight,
minWidth: 16,
}}
/>
<Text
Expand Down

0 comments on commit 42723df

Please sign in to comment.