Skip to content

Commit 4984cf1

Browse files
fix(dashboard): improve JSON metadata editor height
1 parent f7b4242 commit 4984cf1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

superset-frontend/src/components/Modal/StandardModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ interface StandardModalProps {
4141
maskClosable?: boolean;
4242
wrapProps?: object;
4343
contentLoading?: boolean;
44+
resizable?: boolean;
4445
}
4546

4647
// Standard modal widths

superset-frontend/src/dashboard/components/PropertiesModal/sections/AdvancedSection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ const AdvancedSection = ({
8585
wordWrap
8686
width="100%"
8787
height="60vh"
88-
style={{ minHeight: 300 }}
8988
annotations={toEditorAnnotations(jsonAnnotations)}
9089
/>
9190
</ModalFormField>

0 commit comments

Comments
 (0)