From 4c652cf4e2bf3eeed2ed9d8a81905c02b32de6c5 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 5 Jun 2026 16:37:03 +0300 Subject: [PATCH] fix comment --- src/components/dms/ChatInvite/Context.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dms/ChatInvite/Context.tsx b/src/components/dms/ChatInvite/Context.tsx index 62ac15d54f..cedcfd8d88 100644 --- a/src/components/dms/ChatInvite/Context.tsx +++ b/src/components/dms/ChatInvite/Context.tsx @@ -32,7 +32,7 @@ export type ChatInviteContextValue = { * preview to act on. */ action: ChatInviteAction | undefined - /** Whether or not to allow font scaling on text elements. */ + /** Whether the invite is rendered inside a fixed-height container; when true, text inside disables font scaling so the card doesn't overflow. */ hasFixedHeight: boolean }