mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
Revert "fix: model parameter modal overflow error with flexbox in Firefox"
This commit is contained in:
parent
073cec0e4d
commit
df6cdc45f8
|
@ -15,7 +15,7 @@ export default function Group({ children, value, onChange, className = '' }: TRa
|
|||
onChange?.(value)
|
||||
}
|
||||
return (
|
||||
<div className={cn('flex items-center bg-gray-50 min-w-0', s.container, className)}>
|
||||
<div className={cn('flex items-center bg-gray-50', s.container, className)}>
|
||||
<RadioGroupContext.Provider value={{ value, onChange: onRadioChange }}>
|
||||
{children}
|
||||
</RadioGroupContext.Provider>
|
||||
|
|
Loading…
Reference in New Issue
Block a user