[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user