mirror of
https://github.com/apache/superset.git
synced 2026-06-08 17:19:20 +00:00
fix(theming): CRUD view padding (#35321)
This commit is contained in:
committed by
GitHub
parent
96170e43c0
commit
0e2fb1d1a3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user