ソースを参照

Fix/firefox overflow error (#9438)

Wu Tianwei 7 ヶ月 前
コミット
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}