fix(theming): CRUD view padding (#35321)

This commit is contained in:
Mehmet Salih Yavuz
2025-10-03 18:35:19 +03:00
committed by GitHub
parent 96170e43c0
commit 0e2fb1d1a3

View File

@@ -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;