fix: White space between Chart and Data panel in Explore (#14495)

* Adjust white space

* Adjust chart padding
This commit is contained in:
Geido
2021-05-10 23:03:43 +03:00
committed by GitHub
parent 77bc51f6aa
commit e21beb76f1
2 changed files with 6 additions and 3 deletions

View File

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