center NoDataSourceCallToActionCard in Explore (#18752)

This commit is contained in:
Ivana Huckova 2019-08-28 10:26:48 +02:00 committed by GitHub
parent ff6b8c5adc
commit c347b64b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ export const NoDataSourceCallToAction = () => {
const cardClassName = css`
max-width: ${theme.breakpoints.lg};
margin-top: ${theme.spacing.md};
align-self: center;
`;
return (