From a1c647a7b3c322a33872b1f8f1517d8c539c2e96 Mon Sep 17 00:00:00 2001 From: "Najjar\\NajjarV02" Date: Fri, 5 Jun 2026 14:40:56 +0400 Subject: [PATCH] fix(dashboard): widen generate-invoice dialog so details sidebar fits min-w-2xl pinned the dialog to ~672px while the default sm:max-w-md cap left the col-span-3 details sidebar too narrow, clipping the date pickers and customer/vehicle selects. Switch to sm:max-w-5xl so the two-column layout has room; mobile width unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../modules/estimates/create-invoice-from-estimate-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/modules/estimates/create-invoice-from-estimate-button.tsx b/apps/dashboard/modules/estimates/create-invoice-from-estimate-button.tsx index f873f4d..3cb8299 100644 --- a/apps/dashboard/modules/estimates/create-invoice-from-estimate-button.tsx +++ b/apps/dashboard/modules/estimates/create-invoice-from-estimate-button.tsx @@ -124,7 +124,7 @@ export function CreateInvoiceFromEstimateButton() { - + Generate Invoice from Estimate