Skip to content

Commit

Permalink
Fix/firefox overflow error (#9438)
Browse files Browse the repository at this point in the history
  • Loading branch information
WTW0313 authored Oct 17, 2024
1 parent 3e168ce commit f447ee7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f447ee7

Please sign in to comment.