mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: White space between Chart and Data panel in Explore (#14495)
* Adjust white space * Adjust chart padding
This commit is contained in:
@@ -93,6 +93,7 @@ const CollapseWrapper = styled.div`
|
||||
height: calc(100% - ${({ theme }) => theme.gridUnit * 8}px);
|
||||
|
||||
.ant-collapse-content-box {
|
||||
padding-top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user