[Chat] Disable font scaling on fixed-height chat invite cards (#10744)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-06-05 18:18:27 +03:00
committed by GitHub
parent 67ed59fbcd
commit f8aae4a192
10 changed files with 46 additions and 24 deletions
@@ -273,7 +273,7 @@ function MessageInputInviteEmbed({
const {t: l} = useLingui()
return (
<ChatInvite.Root code={code}>
<ChatInvite.Root code={code} hasFixedHeight={false}>
<View
style={[
a.flex_1,