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({ />