From 0fbf8f65bf45a8327a3d19f78f9ef0a53ae40599 Mon Sep 17 00:00:00 2001 From: busya Date: Fri, 15 May 2026 10:45:33 +0300 Subject: [PATCH] fix(ui): responsive parent layout - remove max-w-4xl constraint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The job config page was capped at 896px (max-w-4xl), making the 10×4 translation preview table extremely squished. Changed to max-w-full xl:max-w-7xl — full width on all screens, 1280px max on ultrawide. --- frontend/src/routes/translate/[id]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/translate/[id]/+page.svelte b/frontend/src/routes/translate/[id]/+page.svelte index d46c84aa..e4a9c6e9 100644 --- a/frontend/src/routes/translate/[id]/+page.svelte +++ b/frontend/src/routes/translate/[id]/+page.svelte @@ -593,7 +593,7 @@ } -
+