浏览代码

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 (