M: Fix dialog size for smaller screens
This commit is contained in:
parent
ff04d006ea
commit
3b3cb06a40
|
|
@ -20,7 +20,7 @@ export function DlgAIPromptDialog() {
|
|||
return (
|
||||
<ModalView
|
||||
header='Генератор запросом LLM'
|
||||
className='w-100 sm:w-160 px-6 flex flex-col h-120'
|
||||
className='w-100 sm:w-160 px-6 flex flex-col h-110'
|
||||
helpTopic={HelpTopic.ASSISTANT}
|
||||
>
|
||||
<ComboBox
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export function TabPromptResult({ prompt }: TabPromptResultProps) {
|
|||
value={prompt}
|
||||
placeholder='Текст шаблона пуст'
|
||||
disabled
|
||||
className='w-full h-100'
|
||||
className='w-full h-88'
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user