mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Small UI fix
This commit is contained in:
parent
291ded8286
commit
64a43b26b7
|
@ -210,7 +210,7 @@ function FormConstituenta({
|
|||
<TextArea
|
||||
id='cst_convention'
|
||||
spellCheck
|
||||
className='h-[3.75rem]'
|
||||
className='min-h-[3.75rem]'
|
||||
label={isBasic ? 'Конвенция' : 'Комментарий'}
|
||||
placeholder={isBasic ? 'Договоренность об интерпретации' : 'Пояснение разработчика'}
|
||||
value={convention}
|
||||
|
|
Loading…
Reference in New Issue
Block a user