mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
report dropdown (#14852)
This commit is contained in:
@@ -129,6 +129,12 @@ const DEFAULT_ALERT = {
|
||||
grace_period: undefined,
|
||||
};
|
||||
|
||||
const StyledModal = styled(Modal)`
|
||||
.ant-modal-body {
|
||||
overflow: initial;
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledIcon = styled(Icon)`
|
||||
margin: auto ${({ theme }) => theme.gridUnit * 2}px auto 0;
|
||||
`;
|
||||
@@ -979,7 +985,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
|
||||
));
|
||||
|
||||
return (
|
||||
<Modal
|
||||
<StyledModal
|
||||
className="no-content-padding"
|
||||
responsive
|
||||
disablePrimaryButton={disableSave}
|
||||
@@ -1308,7 +1314,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
|
||||
</div>
|
||||
</div>
|
||||
</StyledSectionContainer>
|
||||
</Modal>
|
||||
</StyledModal>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user