diff --git a/superset-frontend/src/components/ListView/ListView.tsx b/superset-frontend/src/components/ListView/ListView.tsx index 8b3a8a131654..67475f099374 100644 --- a/superset-frontend/src/components/ListView/ListView.tsx +++ b/superset-frontend/src/components/ListView/ListView.tsx @@ -46,6 +46,7 @@ const ListViewStyles = styled.div` ${({ theme }) => ` text-align: center; background-color: ${theme.colorBgLayout}; + padding-top: ${theme.paddingXS}px; .superset-list-view { text-align: left;