Update Card component in server settings page: adjust width class for better responsiveness and layout consistency.

This commit is contained in:
Mauricio Siu
2025-03-29 23:38:28 -06:00
parent befe2193a7
commit 8ed44066ad

View File

@@ -19,7 +19,7 @@ const Page = () => {
<WebDomain />
<WebServer />
<div className="w-full flex flex-col gap-4">
<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">
<ShowBackups id={user?.userId ?? ""} type="web-server" />
</Card>
</div>