fix(trigger): oauth client params

This commit is contained in:
yessenia
2025-10-21 08:11:44 +08:00
parent 96f0b7abe3
commit 735ebf6c59
7 changed files with 10 additions and 117 deletions

View File

@ -311,7 +311,7 @@ const BaseField = ({
<span className='break-all'>
{renderI18nObject(formSchema?.help as any)}
</span>
<RiExternalLinkLine className='ml-1 h-3 w-3' />
<RiExternalLinkLine className='ml-1 h-3 w-3 shrink-0' />
</a>
)
}