mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 19:49:04 +08:00
Fix/firefox overflow error (#9438)
This commit is contained in:
parent
3e168ce2ca
commit
f447ee7b9d
@ -36,6 +36,7 @@ export const TitleInput = memo(({
|
|||||||
grow mr-2 px-1 h-6 text-base text-gray-900 font-semibold rounded-lg border border-transparent appearance-none outline-none
|
grow mr-2 px-1 h-6 text-base text-gray-900 font-semibold rounded-lg border border-transparent appearance-none outline-none
|
||||||
hover:bg-gray-50
|
hover:bg-gray-50
|
||||||
focus:border-gray-300 focus:shadow-xs focus:bg-white caret-[#295EFF]
|
focus:border-gray-300 focus:shadow-xs focus:bg-white caret-[#295EFF]
|
||||||
|
min-w-0
|
||||||
`}
|
`}
|
||||||
placeholder={t('workflow.common.addTitle') || ''}
|
placeholder={t('workflow.common.addTitle') || ''}
|
||||||
onBlur={handleBlur}
|
onBlur={handleBlur}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user