eschutho commented on a change in pull request #12070:
URL:
https://github.com/apache/incubator-superset/pull/12070#discussion_r544552693
##########
File path: superset-frontend/src/components/ImportModal/index.tsx
##########
@@ -20,32 +20,34 @@ import React, { FunctionComponent, useEffect, useRef,
useState } from 'react';
import { styled, t } from '@superset-ui/core';
import Icon from 'src//components/Icon';
-import Modal from 'src/common/components/Modal';
+import StyledModal from 'src/common/components/Modal';
import { useImportResource } from 'src/views/CRUD/hooks';
import { ImportResourceName } from 'src/views/CRUD/types';
export const StyledIcon = styled(Icon)`
margin: auto ${({ theme }) => theme.gridUnit * 2}px auto 0;
`;
+const HelperMessage = styled.div`
+ display: block;
Review comment:
curious, is there something that is inherited that is making this div
some other kind of display, since `block` is the default?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]