mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 05:06:29 +08:00
fix: set a fixed height to the model selection in agent node
This commit is contained in:
parent
066595f3aa
commit
ec2dd750f1
@ -22,7 +22,7 @@ const ModelTrigger: FC<ModelTriggerProps> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={cn('group flex flex-grow items-center p-[3px] pl-1 gap-1 rounded-lg bg-components-input-bg-disabled cursor-pointer', className)}
|
className={cn('group flex flex-grow items-center p-[3px] pl-1 h-6 gap-1 rounded-lg bg-components-input-bg-disabled cursor-pointer', className)}
|
||||||
>
|
>
|
||||||
<div className='flex items-center py-[1px] gap-1 grow'>
|
<div className='flex items-center py-[1px] gap-1 grow'>
|
||||||
<ModelIcon
|
<ModelIcon
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user