فهرست منبع

center NoDataSourceCallToActionCard in Explore (#18752)

Ivana Huckova 6 سال پیش
والد
کامیت
c347b64b5a
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      public/app/features/explore/NoDataSourceCallToAction.tsx

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