mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
@@ -268,6 +268,7 @@ const CssTemplateModal: FunctionComponent<CssTemplateModalProps> = ({
|
||||
onChange={onCssChange}
|
||||
value={currentCssTemplate?.css ?? ''}
|
||||
language="css"
|
||||
height="250px"
|
||||
width="100%"
|
||||
/>
|
||||
</TemplateContainer>
|
||||
|
||||
Reference in New Issue
Block a user