File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/web/src/app/(onboarding)/onboarding/_components/OnboardingClient Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export function SetupIntegrationsContent({
67
67
68
68
return (
69
69
< Fragment >
70
- < div className = 'flex flex-col items-center gap-2 border-dashed border-2 rounded-xl p-2' >
70
+ < div className = 'flex flex-col items-center gap-2 border-dashed border-2 rounded-xl p-2 w-full max-w-[500px] ' >
71
71
{ isLoadingIntegrations ? (
72
72
< IsLoadingOnboardingItem
73
73
highlightedText = 'Integrations'
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export function TriggerAgentContent({
85
85
86
86
return (
87
87
< Fragment >
88
- < div className = 'flex flex-col items-center gap-2 border-dashed border-2 rounded-xl p-2 w-full max-w-[600px ]' >
88
+ < div className = 'flex flex-col items-center gap-2 border-dashed border-2 rounded-xl p-2 w-full max-w-[500px ]' >
89
89
{ isLoadingTriggers || isLoadingIntegrations ? (
90
90
< IsLoadingOnboardingItem
91
91
highlightedText = 'Triggers'
@@ -103,7 +103,7 @@ export function TriggerAgentContent({
103
103
) )
104
104
) }
105
105
</ div >
106
- < div className = 'flex flex-col gap-6 w-full max-w-[600px ]' >
106
+ < div className = 'flex flex-col gap-6 w-full max-w-[500px ]' >
107
107
{ activeChatTrigger . active && openChatInput ? (
108
108
< div className = 'sticky bottom-6' >
109
109
< ChatTriggerTextarea
You can’t perform that action at this time.
0 commit comments