Remove grid layout from theme-tab-content

Remove display: grid and grid-template-rows: 1fr that was
causing content to expand and fill available space.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-23 22:04:48 +01:00
parent 1eda386ef4
commit 98fc8330f4

View File

@@ -63,9 +63,6 @@
padding: var(--page-padding-y) var(--page-padding-x); padding: var(--page-padding-y) var(--page-padding-x);
max-width: 1600px; max-width: 1600px;
margin: 0 auto; margin: 0 auto;
display: grid;
grid-template-rows: 1fr;
transition: grid-template-rows 0.25s ease;
} }
/* Extra side spacing just for the theme editor content */ /* Extra side spacing just for the theme editor content */