From 55aa83372a055207980e25c6bdf5c88a182c1f56 Mon Sep 17 00:00:00 2001 From: Kaosiso Ezealigo Date: Mon, 26 Feb 2024 13:41:58 +0100 Subject: [PATCH] aligned input rows in human eval --- agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx b/agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx index 4a1cc9edb1..51a0df7133 100644 --- a/agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx +++ b/agenta-web/src/components/Playground/ParamsForm/ParamsForm.tsx @@ -33,7 +33,6 @@ const useStyles = createUseStyles((theme: JSSTheme) => ({ borderRadius: theme.borderRadius, padding: theme.paddingSM, maxHeight: 300, - minHeight: 75, overflowY: "scroll", }, }))