From 0c8da540455d4e35fe77e1da631bc78ed4949e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sat, 24 Jan 2026 16:40:54 +0000 Subject: [PATCH] fix: Center confirmation modal properly - Remove w-full that caused alignment issues - Use fixed width (400px) for consistent centering Co-Authored-By: Claude Opus 4.5 --- web/components/ScraperTest.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/ScraperTest.tsx b/web/components/ScraperTest.tsx index 6898bf4..314d0d7 100644 --- a/web/components/ScraperTest.tsx +++ b/web/components/ScraperTest.tsx @@ -1152,7 +1152,8 @@ export default function ScraperTest({ onJobsChange, onSelectReviews }: ScraperTe onClick={() => setShowConfirmModal(false)} >
e.stopPropagation()} > {/* Header */}