From c347b64b5ac3e41fb15e3daff649cb2b3192fd2a Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Wed, 28 Aug 2019 10:26:48 +0200 Subject: [PATCH] center NoDataSourceCallToActionCard in Explore (#18752) --- public/app/features/explore/NoDataSourceCallToAction.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/app/features/explore/NoDataSourceCallToAction.tsx b/public/app/features/explore/NoDataSourceCallToAction.tsx index 347adc9c626..b20fe9e69cb 100644 --- a/public/app/features/explore/NoDataSourceCallToAction.tsx +++ b/public/app/features/explore/NoDataSourceCallToAction.tsx @@ -29,6 +29,8 @@ export const NoDataSourceCallToAction = () => { const cardClassName = css` max-width: ${theme.breakpoints.lg}; + margin-top: ${theme.spacing.md}; + align-self: center; `; return (