rusackas commented on a change in pull request #10302:
URL: 
https://github.com/apache/incubator-superset/pull/10302#discussion_r463734357



##########
File path: superset-frontend/src/explore/components/ExploreChartPanel.jsx
##########
@@ -49,6 +49,19 @@ const propTypes = {
   triggerRender: PropTypes.bool,
 };
 
+const Styles = styled.div`
+  background-color: ${({ theme }) => theme.colors.grayscale.light5};
+  padding: ${({ theme }) => theme.gridUnit * 4}px;
+  height: 100%;
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  align-content: stretch;
+  div:last-of-type {
+    flex-basis: 100%;
+  }

Review comment:
       Didn't get to fix it entirely last night... but it's not just that 
style... there are some dimensions that need to be added to a div... they're 
being added to other viz components, but not this one for some reason. Hope to 
have a PR soon.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to