mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
This commit is contained in:
@@ -50,7 +50,7 @@ export const MODAL_LARGE_WIDTH = 900;
|
||||
|
||||
const StyledModal = styled(Modal)`
|
||||
.ant-modal-body {
|
||||
max-height: 60vh;
|
||||
max-height: 80vh;
|
||||
height: auto;
|
||||
overflow-y: auto;
|
||||
padding: 0;
|
||||
@@ -130,6 +130,7 @@ export function StandardModal({
|
||||
show={show}
|
||||
width={`${width}px`}
|
||||
wrapProps={wrapProps}
|
||||
centered={centered}
|
||||
title={
|
||||
icon ? (
|
||||
<ModalTitleWithIcon
|
||||
|
||||
@@ -84,7 +84,7 @@ const AdvancedSection = ({
|
||||
tabSize={2}
|
||||
wordWrap
|
||||
width="100%"
|
||||
height="200px"
|
||||
height="60vh"
|
||||
annotations={toEditorAnnotations(jsonAnnotations)}
|
||||
/>
|
||||
</ModalFormField>
|
||||
|
||||
Reference in New Issue
Block a user