You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/08/10 23:03:09 UTC

[superset] 01/01: removing CardStylesOverrides styled component

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch change-listviews-cards
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 1bb055da64ce8848bede2cfe2a4ebc94b02d1027
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Aug 10 17:02:13 2021 -0600

    removing CardStylesOverrides styled component
---
 superset-frontend/src/views/CRUD/utils.tsx | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/superset-frontend/src/views/CRUD/utils.tsx b/superset-frontend/src/views/CRUD/utils.tsx
index 123a44d..16b437c 100644
--- a/superset-frontend/src/views/CRUD/utils.tsx
+++ b/superset-frontend/src/views/CRUD/utils.tsx
@@ -275,12 +275,6 @@ export const loadingCardCount = 5;
 const breakpoints = [576, 768, 992, 1200];
 export const mq = breakpoints.map(bp => `@media (max-width: ${bp}px)`);
 
-export const CardStylesOverrides = styled.div`
-  .ant-card-cover > div {
-    height: 264px;
-  }
-`;
-
 export const CardContainer = styled.div<{
   showThumbnails?: boolean | undefined;
 }>`