diff --git a/superset-frontend/src/addSlice/AddSliceContainer.tsx b/superset-frontend/src/addSlice/AddSliceContainer.tsx index d46678eb89..b06ceef2df 100644 --- a/superset-frontend/src/addSlice/AddSliceContainer.tsx +++ b/superset-frontend/src/addSlice/AddSliceContainer.tsx @@ -20,6 +20,7 @@ import React from 'react'; import Button from 'src/components/Button'; import { Select } from 'src/components'; import { css, styled, t } from '@superset-ui/core'; +import { FormLabel } from 'src/components/Form'; import VizTypeGallery, { MAX_ADVISABLE_VIZ_GALLERY_WIDTH, @@ -77,7 +78,7 @@ const StyledContainer = styled.div` & > span { color: ${theme.colors.grayscale.light1}; margin-left: ${theme.gridUnit * 4}px; - margin-top: ${theme.gridUnit * 5}px; + margin-top: ${theme.gridUnit * 6}px; } } `} @@ -146,9 +147,10 @@ export default class AddSliceContainer extends React.PureComponent<

{t('Create a new chart')}