mirror of
https://github.com/langgenius/dify.git
synced 2025-11-02 20:03:09 +00:00
feat: Update InputFieldDialog styling to allow for flexible growth
This commit is contained in:
parent
2dc71f059c
commit
c9ab0fb8f6
@ -110,7 +110,7 @@ const InputFieldDialog = ({
|
||||
show={!!showInputFieldDialog}
|
||||
onClose={closePanel}
|
||||
outerWrapperClassName='overflow-y-auto'
|
||||
className='rounded-l-2xl border-y-[0.5px] border-l-[0.5px]'
|
||||
className='grow rounded-l-2xl border-y-[0.5px] border-l-[0.5px]'
|
||||
>
|
||||
<div className='flex shrink-0 items-center p-4 pb-0'>
|
||||
<div className='system-xl-semibold grow'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user