Skip to content

Commit 758b91f

Browse files
committed
Add a little padding to the cloudview
1 parent c4c4780 commit 758b91f

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
@@ -153,7 +153,7 @@ export const CloudView = ({ userInfo, isAuthenticated, cloudApiUrl, onDone }: Cl
153153
}
154154

155155
return (
156-
<div className="flex flex-col h-full">
156+
<div className="flex flex-col h-full p-4">
157157
<div className="flex justify-between items-center mb-6">
158158
<h1 className="text-xl font-medium text-vscode-foreground">{isAuthenticated && t("cloud:title")}</h1>
159159
<VSCodeButton appearance="secondary" onClick={onDone}>

0 commit comments

Comments
 (0)