fix(ui): parse-errors panel full width

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 <noreply@anthropic.com>
This commit is contained in:
Mikhail Chusavitin
2026-05-21 14:32:47 +03:00
parent 27373aa104
commit ba9a52a61a

View File

@@ -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 {