diff --git a/superset-frontend/src/components/ListView/ListView.tsx b/superset-frontend/src/components/ListView/ListView.tsx index 87135397554..59a3309bbfa 100644 --- a/superset-frontend/src/components/ListView/ListView.tsx +++ b/superset-frontend/src/components/ListView/ListView.tsx @@ -188,6 +188,7 @@ const ViewModeContainer = styled.div` const EmptyWrapper = styled.div` ${({ theme }) => ` padding: ${theme.sizeUnit * 40}px 0; + width: 100%; &.table { background: ${theme.colorBgContainer};