ktmud commented on a change in pull request #12411:
URL: https://github.com/apache/superset/pull/12411#discussion_r555289780



##########
File path: superset-frontend/src/explore/components/ExploreViewContainer.jsx
##########
@@ -452,7 +455,13 @@ function ExploreViewContainer(props) {
           <Icon name="dataset-physical" width={16} />
         </div>
       ) : null}
-      <div className="col-sm-3 explore-column controls-column">
+      <Resizable
+        defaultSize={{ width: 320 }}
+        minWidth={320}
+        maxWidth="33%"

Review comment:
       Can we increase the maxWidth to somewhere around 40% to 50%? Sometimes 
it's useful to test how the chart looks like when in very small containers.




----------------------------------------------------------------
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