瀏覽代碼

Fix/firefox overflow error (#9438)

tags/0.10.0
Wu Tianwei 1 年之前
父節點
當前提交
f447ee7b9d
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      web/app/components/workflow/nodes/_base/components/title-description-input.tsx

+ 1
- 0
web/app/components/workflow/nodes/_base/components/title-description-input.tsx 查看文件

@@ -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
hover:bg-gray-50
focus:border-gray-300 focus:shadow-xs focus:bg-white caret-[#295EFF]
min-w-0
`}
placeholder={t('workflow.common.addTitle') || ''}
onBlur={handleBlur}

Loading…
取消
儲存