diff --git a/rsconcept/frontend/src/app/ApplicationLayout.tsx b/rsconcept/frontend/src/app/ApplicationLayout.tsx index 5f7417ee..eb40d64b 100644 --- a/rsconcept/frontend/src/app/ApplicationLayout.tsx +++ b/rsconcept/frontend/src/app/ApplicationLayout.tsx @@ -23,7 +23,7 @@ function ApplicationLayout() {
partialUpdate({ term_raw: event.target.value })} /> @@ -104,7 +104,7 @@ function FormCreateCst({ schema, state, partialUpdate, setValidated }: FormCreat spellCheck label='Текстовое определение' placeholder='Текстовая интерпретация формального выражения' - rows={2} + className='cc-fit-content max-h-[3.6rem]' value={state.definition_raw} onChange={event => partialUpdate({ definition_raw: event.target.value })} /> @@ -128,7 +128,7 @@ function FormCreateCst({ schema, state, partialUpdate, setValidated }: FormCreat spellCheck label={isBasic ? 'Конвенция' : 'Комментарий'} placeholder={isBasic ? 'Договоренность об интерпретации' : 'Пояснение разработчика'} - rows={2} + className='cc-fit-content max-h-[5.4rem]' value={state.convention} onChange={event => partialUpdate({ convention: event.target.value })} /> diff --git a/rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx b/rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx index 170c01a2..aa7da132 100644 --- a/rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx +++ b/rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx @@ -184,8 +184,8 @@ function FormCreateItem() { onChange={event => setComment(event.target.value)} /> -
-
+
+