From c73904b02eacc6f673414b0b93ea9aefe1e6a1dd Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 9 Dec 2020 21:07:23 -0800 Subject: [PATCH] fixing rounded corners (#11990) --- .../src/components/dataViewCommon/TableCollection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/dataViewCommon/TableCollection.tsx b/superset-frontend/src/components/dataViewCommon/TableCollection.tsx index fae835fb0b..fe7f8a9b95 100644 --- a/superset-frontend/src/components/dataViewCommon/TableCollection.tsx +++ b/superset-frontend/src/components/dataViewCommon/TableCollection.tsx @@ -37,6 +37,7 @@ export const Table = styled.table` background-color: ${({ theme }) => theme.colors.grayscale.light5}; border-collapse: separate; border-radius: ${({ theme }) => theme.borderRadius}px; + overflow: hidden; thead > tr > th { border: 0;