Pārlūkot izejas kodu

center NoDataSourceCallToActionCard in Explore (#18752)

Ivana Huckova 6 gadi atpakaļ
vecāks
revīzija
c347b64b5a

+ 2 - 0
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 (