Skip to content

Commit 8ed4406

Browse files
committed
Update Card component in server settings page: adjust width class for better responsiveness and layout consistency.
1 parent befe219 commit 8ed4406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dokploy/pages/dashboard/settings/server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Page = () => {
1919
<WebDomain />
2020
<WebServer />
2121
<div className="w-full flex flex-col gap-4">
22-
<Card className="h-full bg-sidebar p-2.5 rounded-xl max-w-5xl mx-auto">
22+
<Card className="h-full bg-sidebar p-2.5 rounded-xl mx-auto w-full">
2323
<ShowBackups id={user?.userId ?? ""} type="web-server" />
2424
</Card>
2525
</div>

0 commit comments

Comments
 (0)