M: Fix scroll overflow
This commit is contained in:
parent
a7f4637b46
commit
2bed8b354c
|
|
@ -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