We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befe219 commit 8ed4406Copy full SHA for 8ed4406
apps/dokploy/pages/dashboard/settings/server.tsx
@@ -19,7 +19,7 @@ const Page = () => {
19
<WebDomain />
20
<WebServer />
21
<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">
+ <Card className="h-full bg-sidebar p-2.5 rounded-xl mx-auto w-full">
23
<ShowBackups id={user?.userId ?? ""} type="web-server" />
24
</Card>
25
</div>
0 commit comments