Skip to content

Commit

Permalink
Merge branch 'phillip/explore-datasource' of https://github.com/prese…
Browse files Browse the repository at this point in the history
…t-io/incubator-superset into phillip/explore-datasource
  • Loading branch information
pkdotson committed Dec 18, 2020
2 parents 499d3eb + 8d43ae5 commit 171e45a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions superset-frontend/src/explore/components/DatasourcePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,17 @@ const DatasourceContainer = styled.div`
font-size: ${({ theme }) => theme.typography.sizes.l}px;
margin-left: ${({ theme }) => theme.gridUnit * -2}px;
}
.ant-collapse-content-box {
.ant-collapse-borderless
> .ant-collapse-item
> .ant-collapse-content
> .ant-collapse-content-box {
padding: 0px;
}
.field-selections {
padding: ${({ theme }) => 2 * theme.gridUnit}px;
overflow: auto;
}
.field-length {
margin-top: -3px;
margin-bottom: ${({ theme }) => theme.gridUnit * 2}px;
font-size: ${({ theme }) => theme.typography.sizes.s}px;
color: ${({ theme }) => theme.colors.grayscale.light1};
Expand Down

0 comments on commit 171e45a

Please sign in to comment.