Skip to content

Commit 8b78a82

Browse files
authored
Merge pull request #4550 from tloncorp/po/tlon-3825-edited-badge-squishes-author-row
desktop: fix issue with edited badge squishing author row
2 parents 4d2270c + 7d95169 commit 8b78a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/ui/components/AuthorRow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export function ChatAuthorRow({
159159
size="$2xl"
160160
contactId={authorId}
161161
/>
162-
<XStack gap="$l" alignItems="flex-end">
162+
<XStack gap="$l" alignItems="flex-end" width="100%">
163163
<Text
164164
size="$label/2xl"
165165
numberOfLines={1}

0 commit comments

Comments
 (0)