From ca24541ea55f4c3482bcde80e122b356e99532db Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 3 Mar 2025 15:30:35 +0530 Subject: [PATCH] Limit text field rows --- web/packages/gallery/components/FileInfo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/packages/gallery/components/FileInfo.tsx b/web/packages/gallery/components/FileInfo.tsx index 4d90134a35..5cbcd32f74 100644 --- a/web/packages/gallery/components/FileInfo.tsx +++ b/web/packages/gallery/components/FileInfo.tsx @@ -576,6 +576,7 @@ const Caption: React.FC = ({ name="caption" type="text" multiline + maxRows={7} aria-label={t("description")} hiddenLabel fullWidth