diff --git a/superset-frontend/src/explore/components/ExploreChartPanel.jsx b/superset-frontend/src/explore/components/ExploreChartPanel.jsx index 74eaed9d76..749755e130 100644 --- a/superset-frontend/src/explore/components/ExploreChartPanel.jsx +++ b/superset-frontend/src/explore/components/ExploreChartPanel.jsx @@ -51,7 +51,6 @@ const propTypes = { const Styles = styled.div` background-color: ${({ theme }) => theme.colors.grayscale.light5}; - padding: ${({ theme }) => theme.gridUnit * 4}px; height: 100%; display: flex; flex-direction: column; @@ -128,9 +127,9 @@ class ExploreChartPanel extends React.PureComponent { ); return ( - -
{header}
-
{this.renderChart()}
+ +
{header}
+
{this.renderChart()}
); }