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 / collection errors panel ───────────────────────────────────── */
|
||||||
.parse-errors-section {
|
.parse-errors-section {
|
||||||
margin: 0 auto;
|
overflow: hidden;
|
||||||
max-width: 1200px;
|
|
||||||
padding: 0 1.5rem 1.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.parse-errors-header {
|
.parse-errors-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user