diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx index 7dd2fd2b..d8ad1a6a 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx @@ -177,7 +177,7 @@ function FormConstituenta({ placeholder='Договоренность об интерпретации или пояснение' value={convention} disabled={!isMutable} - rows={2 * convention.length > ROW_SIZE_IN_CHARACTERS ? 3 : 2} + rows={convention.length > 2 * ROW_SIZE_IN_CHARACTERS ? 3 : 2} onChange={event => setConvention(event.target.value)} /> {isMutable || processing ? (