rusackas commented on a change in pull request #10606:
URL:
https://github.com/apache/incubator-superset/pull/10606#discussion_r473466986
##########
File path: superset-frontend/src/components/ListViewCard/index.tsx
##########
@@ -132,12 +134,23 @@ const CoverFooterRight = styled.div`
text-overflow: ellipsis;
`;
+const ThinSkeleton = styled(Skeleton)`
Review comment:
If this is something you anticipate needing often, we can export the
styled component from /src/common/components along with the rest of the AntD
base components.
----------------------------------------------------------------
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]