mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-11-15 17:21:38 +03:00
M: Fix scroll overflow
This commit is contained in:
parent
8b8e94d5c4
commit
58404b57ee
|
|
@ -31,7 +31,7 @@ export function TabPromptEdit({ label, description, text, setText }: TabPromptEd
|
|||
label='Текст шаблона'
|
||||
value={text}
|
||||
onChange={setText}
|
||||
maxHeight='10rem'
|
||||
maxHeight='9.5rem'
|
||||
availableVariables={availableVariables}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user