瀏覽代碼

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`
   const cardClassName = css`
     max-width: ${theme.breakpoints.lg};
     max-width: ${theme.breakpoints.lg};
+    margin-top: ${theme.spacing.md};
+    align-self: center;
   `;
   `;
 
 
   return (
   return (