From 0e2fb1d1a3f1f3a0a5a05e348485b7a3dbfd09c5 Mon Sep 17 00:00:00 2001 From: Mehmet Salih Yavuz Date: Fri, 3 Oct 2025 18:35:19 +0300 Subject: [PATCH] fix(theming): CRUD view padding (#35321) --- superset-frontend/src/components/ListView/ListView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/ListView/ListView.tsx b/superset-frontend/src/components/ListView/ListView.tsx index 8b3a8a13165..67475f09937 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;