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.
2 parents 597e69d + 615a5bc commit 09351fbCopy full SHA for 09351fb
src/pages/dashboard/[dashboardId]/edit.tsx
@@ -69,7 +69,7 @@ export default function EditDashboard() {
69
<HeaderDashboardEdit variant="edit" dashboardId={dashboardId} />
70
71
<div
72
- className="overflow-auto flex-1 px-[50px] pt-[10px] pb-10"
+ className="overflow-auto flex-1 px-[20px] pt-[10px] pb-10"
73
style={{ backgroundColor: "var(--color-gray5)" }}
74
>
75
<div className="mt-6">
0 commit comments