From 27f515f5d3bf8af08e911c22dab127f1adbca9a9 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Sun, 13 Aug 2023 01:10:46 +0300 Subject: [PATCH] Fix input height --- rsconcept/frontend/src/components/RSInput/index.tsx | 4 +--- .../frontend/src/pages/RSFormPage/EditorRSExpression.tsx | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rsconcept/frontend/src/components/RSInput/index.tsx b/rsconcept/frontend/src/components/RSInput/index.tsx index 240c3994..83c52b9c 100644 --- a/rsconcept/frontend/src/components/RSInput/index.tsx +++ b/rsconcept/frontend/src/components/RSInput/index.tsx @@ -52,7 +52,6 @@ extends Omit { function RSInput({ innerref, onChange, editable, - height='10rem', ...props }: RSInputProps) { const { darkMode } = useConceptTheme(); @@ -99,12 +98,11 @@ function RSInput({ }), [editable]); return ( -
+
onChange(value)} diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorRSExpression.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorRSExpression.tsx index ce154ffb..dc0e17b7 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorRSExpression.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorRSExpression.tsx @@ -227,6 +227,7 @@ function EditorRSExpression({ />