fix(css-templates): add missing height to CSS editor in CssTemplateModal (#39221)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Abdul Rehman
2026-04-15 23:01:27 +05:00
committed by GitHub
parent c3a0f2749b
commit 8471e82342

View File

@@ -268,6 +268,7 @@ const CssTemplateModal: FunctionComponent<CssTemplateModalProps> = ({
onChange={onCssChange}
value={currentCssTemplate?.css ?? ''}
language="css"
height="250px"
width="100%"
/>
</TemplateContainer>