From 6ccdb156bad84dfd4b62da544d4b4fadc731c956 Mon Sep 17 00:00:00 2001 From: lorentz Date: Thu, 19 Feb 2026 20:51:57 -0500 Subject: [PATCH] fix: remove hardcoded sm:max-w-lg from DialogContent so className overrides work - Removed sm:max-w-lg default that was overriding max-w-7xl in DetailModal - DialogContent now respects whatever max-w class is passed via className - Fixes data browser detail modal not widening as expected --- components/ui/dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/dialog.tsx b/components/ui/dialog.tsx index d9ccec9..16fa9b9 100644 --- a/components/ui/dialog.tsx +++ b/components/ui/dialog.tsx @@ -60,7 +60,7 @@ function DialogContent({