Commit c347b64b by Ivana Huckova Committed by GitHub

center NoDataSourceCallToActionCard in Explore (#18752)

parent ff6b8c5a
......@@ -29,6 +29,8 @@ export const NoDataSourceCallToAction = () => {
const cardClassName = css`
max-width: ${theme.breakpoints.lg};
margin-top: ${theme.spacing.md};
align-self: center;
`;
return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment