From ba9a52a61aa2ca184197e5cf17ef05c7cb09ffad Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Thu, 21 May 2026 14:32:47 +0300 Subject: [PATCH] fix(ui): parse-errors panel full width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed max-width/padding constraints — panel now stretches to grid column width like the viewer-panel above it. Co-Authored-By: Claude Sonnet 4.6 --- web/static/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/static/css/style.css b/web/static/css/style.css index 1d32145..6767027 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -936,9 +936,7 @@ code { /* ── Parse / collection errors panel ───────────────────────────────────── */ .parse-errors-section { - margin: 0 auto; - max-width: 1200px; - padding: 0 1.5rem 1.5rem; + overflow: hidden; } .parse-errors-header {