eschutho commented on a change in pull request #12318:
URL: https://github.com/apache/superset/pull/12318#discussion_r553686787
##########
File path: superset-frontend/src/SqlLab/components/SouthPane.jsx
##########
@@ -59,6 +60,29 @@ const defaultProps = {
offline: false,
};
+const StyledPane = styled.div`
+ width: 100%;
+
+ .ant-tabs .ant-tabs-content-holder {
Review comment:
yeah, I agree. I felt that I was overwriting some styles for this
component that were being used elsewhere but also didn't want to affect the
other usages.. we can circle back on this it looks like.
----------------------------------------------------------------
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]