mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Fix editor max size
This commit is contained in:
parent
086f5b93cd
commit
0ad42cc73f
|
@ -145,7 +145,7 @@ function FormConstituenta({
|
|||
key='cst_term'
|
||||
id='cst_term'
|
||||
label='Термин'
|
||||
maxHeight='7.5rem'
|
||||
maxHeight='8rem'
|
||||
placeholder='Обозначение, используемое в текстовых определениях'
|
||||
schema={schema}
|
||||
value={term}
|
||||
|
@ -197,7 +197,7 @@ function FormConstituenta({
|
|||
label='Текстовое определение'
|
||||
placeholder='Текстовая интерпретация формального выражения'
|
||||
minHeight='3.75rem'
|
||||
maxHeight='7.5rem'
|
||||
maxHeight='8rem'
|
||||
schema={schema}
|
||||
value={textDefinition}
|
||||
initialValue={state?.definition_raw ?? ''}
|
||||
|
|
|
@ -212,7 +212,7 @@ function EditorRSExpression({
|
|||
ref={rsInput}
|
||||
value={value}
|
||||
minHeight='3.75rem'
|
||||
maxHeight='7.5rem'
|
||||
maxHeight='8rem'
|
||||
disabled={disabled}
|
||||
onChange={handleChange}
|
||||
onAnalyze={handleCheckExpression}
|
||||
|
|
Loading…
Reference in New Issue
Block a user