diff --git a/src/components/layout/commit-dialog.tsx b/src/components/layout/commit-dialog.tsx index 759eff4..b621e9e 100644 --- a/src/components/layout/commit-dialog.tsx +++ b/src/components/layout/commit-dialog.tsx @@ -1196,7 +1196,7 @@ export function CommitWorkspace({ placeholder={t("commitMessagePlaceholder")} defaultValue="" onChange={handleMessageChange} - className="min-h-[90px] resize-y" + className="min-h-[90px] max-h-[200px] resize-y" />