Skip to content

Commit 64efbad

Browse files
Update webview-ui/src/components/cloud/CloudView.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent d9c7473 commit 64efbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/cloud/CloudView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export const CloudView = ({ userInfo, isAuthenticated, cloudApiUrl, organization
265265
</>
266266
) : (
267267
<>
268-
<div className="flex flex-col items-start gap-4 px-4 max-w-1lg">
268+
<div className="flex flex-col items-start gap-4 px-4 max-w-lg">
269269
<div className={cn(authInProgress && "opacity-50")}>{renderCloudBenefitsContent(t)}</div>
270270

271271
{!authInProgress && (

0 commit comments

Comments
 (0)