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