mirror of
https://github.com/langgenius/dify.git
synced 2026-06-26 14:51:13 +08:00
chore: title ui problem
This commit is contained in:
parent
7131aee6e8
commit
f003a60b78
@ -14,8 +14,8 @@ export function AgentOrchestrateHeader({
|
||||
const { t } = useTranslation('agentV2')
|
||||
|
||||
return (
|
||||
<div className="h-[68px] shrink-0 px-4 py-3">
|
||||
<div className="flex min-w-0 items-center gap-2">
|
||||
<div className="shrink-0 px-4 py-3">
|
||||
<div className="flex h-6 min-w-0 items-center gap-2">
|
||||
<h2 id={headingId} className="truncate title-xl-semi-bold text-text-primary">
|
||||
{t('agentDetail.configure.title')}
|
||||
</h2>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user