style(dashboard): remove max-width constraint from deployments card

- Deleted max-w-8xl class to allow card width to adapt freely
This commit is contained in:
Diego Fabricio
2026-03-18 21:09:08 -05:00
parent d0c92d84ef
commit ff369c9d3a

View File

@@ -40,7 +40,7 @@ function DeploymentsPage() {
return (
<div className="w-full">
<Card className="h-full bg-sidebar p-2.5 rounded-xl max-w-8xl mx-auto min-h-[45vh]">
<Card className="h-full bg-sidebar p-2.5 rounded-xl mx-auto min-h-[45vh]">
<div className="rounded-xl bg-background shadow-md h-full">
<CardHeader>
<div className="flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between">