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");