M: Minor UI updates

This commit is contained in:
Ivan 2025-08-05 14:02:06 +03:00
parent 7385da28ba
commit d5e7fe4371
2 changed files with 1098 additions and 903 deletions

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -74,7 +74,7 @@ export function FormEditCst({ target, schema }: FormEditCstProps) {
fitContent
spellCheck
label='Термин'
className='max-h-15'
className='max-h-15 disabled:min-h-9'
{...register('item_data.term_raw')}
error={errors.item_data?.term_raw}
/>
@ -158,7 +158,7 @@ export function FormEditCst({ target, schema }: FormEditCstProps) {
fitContent
spellCheck
label={isBasic ? 'Конвенция' : 'Комментарий'}
className='max-h-20'
className='max-h-20 disabled:min-h-9'
{...register('item_data.convention')}
error={errors.item_data?.convention}
disabled={isBasic && target.is_inherited}