mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-08-14 04:40:36 +03:00
M: Minor UI updates
This commit is contained in:
parent
7385da28ba
commit
d5e7fe4371
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 127 KiB |
|
@ -74,7 +74,7 @@ export function FormEditCst({ target, schema }: FormEditCstProps) {
|
||||||
fitContent
|
fitContent
|
||||||
spellCheck
|
spellCheck
|
||||||
label='Термин'
|
label='Термин'
|
||||||
className='max-h-15'
|
className='max-h-15 disabled:min-h-9'
|
||||||
{...register('item_data.term_raw')}
|
{...register('item_data.term_raw')}
|
||||||
error={errors.item_data?.term_raw}
|
error={errors.item_data?.term_raw}
|
||||||
/>
|
/>
|
||||||
|
@ -158,7 +158,7 @@ export function FormEditCst({ target, schema }: FormEditCstProps) {
|
||||||
fitContent
|
fitContent
|
||||||
spellCheck
|
spellCheck
|
||||||
label={isBasic ? 'Конвенция' : 'Комментарий'}
|
label={isBasic ? 'Конвенция' : 'Комментарий'}
|
||||||
className='max-h-20'
|
className='max-h-20 disabled:min-h-9'
|
||||||
{...register('item_data.convention')}
|
{...register('item_data.convention')}
|
||||||
error={errors.item_data?.convention}
|
error={errors.item_data?.convention}
|
||||||
disabled={isBasic && target.is_inherited}
|
disabled={isBasic && target.is_inherited}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user