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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user