From 6c2e7078ba157db622bc086d139cf4196e8c7378 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 18 Apr 2026 10:54:09 +0200 Subject: [PATCH] fix(ocr): widen OCR overview page to max-w-5xl for two-column training cards max-w-4xl was too narrow for the side-by-side training card grid. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/admin/ocr/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/admin/ocr/+page.svelte b/frontend/src/routes/admin/ocr/+page.svelte index 900dad80..89082c20 100644 --- a/frontend/src/routes/admin/ocr/+page.svelte +++ b/frontend/src/routes/admin/ocr/+page.svelte @@ -12,7 +12,7 @@ const { trainingInfo } = $derived(data);
-
+