diff --git a/packages/ui/src/onboarding/add-repo-wizard.tsx b/packages/ui/src/onboarding/add-repo-wizard.tsx index 8494f1236..44cbae616 100644 --- a/packages/ui/src/onboarding/add-repo-wizard.tsx +++ b/packages/ui/src/onboarding/add-repo-wizard.tsx @@ -263,14 +263,14 @@ export function AddRepoWizard({ adapter, open, onOpenChange }: AddRepoWizardProp return ( - + {step === "details" && ( <> Add Repository -
+
>( span]:line-clamp-1", + "box-border min-w-0 flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border border-[var(--color-border-default)] bg-[var(--color-bg-surface)] px-3 py-2 text-sm text-[var(--color-text-primary)] ring-offset-[var(--color-bg-root)] placeholder:text-[var(--color-text-tertiary)] focus:outline-none focus:ring-1 focus:ring-[var(--color-accent-primary)] disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1", className, )} {...props}