nytai commented on a change in pull request #10606:
URL:
https://github.com/apache/incubator-superset/pull/10606#discussion_r474384794
##########
File path: superset-frontend/src/components/ListViewCard/index.tsx
##########
@@ -132,12 +134,23 @@ const CoverFooterRight = styled.div`
text-overflow: ellipsis;
`;
+const ThinSkeleton = styled(Skeleton)`
+ h3 {
+ margin: 5 0;
+ }
+
+ ul {
+ margin-bottom: 0;
+ }
+`;
+const paragraphConfig = { rows: 1, width: 150 };
Review comment:
I'll leave that for when we want card sizes to be responsive
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]