Alexandru Cambose 1 天之前
父節點
當前提交
d50ab367c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/developer-hub/src/components/SponsoredFeedsTable/index.module.scss

+ 1 - 1
apps/developer-hub/src/components/SponsoredFeedsTable/index.module.scss

@@ -5,7 +5,7 @@
 }
 
 .table {
-  max-height: 400px;
+  max-height: theme.spacing(100);
   overflow-y: auto;
   border-bottom-left-radius: theme.border-radius("xl");
   border-bottom-right-radius: theme.border-radius("xl");