Skip to content

Commit 0a691cf

Browse files
authored
Remove max width on account view (RooCodeInc#2528)
1 parent aec21bb commit 0a691cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/account/AccountView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const ClineAccountView = () => {
147147
</div>
148148
</div>
149149
) : (
150-
<div className="flex flex-col items-center pr-3 max-w-[400px]">
150+
<div className="flex flex-col items-center pr-3">
151151
<ClineLogoWhite className="size-16 mb-4" />
152152

153153
<p style={{}}>

0 commit comments

Comments
 (0)