From 935ecd046f01d8e887e3029d64393f884d394292 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 21 Oct 2024 11:42:50 -0700 Subject: [PATCH] Fix font size in parameters (#1020) --- skyvern-frontend/src/routes/tasks/detail/TaskParameters.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skyvern-frontend/src/routes/tasks/detail/TaskParameters.tsx b/skyvern-frontend/src/routes/tasks/detail/TaskParameters.tsx index c5580096..a6b22ca3 100644 --- a/skyvern-frontend/src/routes/tasks/detail/TaskParameters.tsx +++ b/skyvern-frontend/src/routes/tasks/detail/TaskParameters.tsx @@ -76,6 +76,7 @@ function TaskParameters() { readOnly minHeight="96px" maxHeight="500px" + fontSize={12} />
@@ -112,6 +113,7 @@ function TaskParameters() { readOnly minHeight="96px" maxHeight="500px" + fontSize={12} />