rusackas commented on a change in pull request #19138:
URL: https://github.com/apache/superset/pull/19138#discussion_r831568594



##########
File path: superset-frontend/src/SqlLab/components/SouthPane/index.tsx
##########
@@ -152,7 +154,7 @@ export default function SouthPane({
             query={latestQuery}
             actions={actions}
             user={user}
-            height={innerTabContentHeight}
+            height={innerTabContentHeight + EXTRA_HEIGHT_RESULTS}

Review comment:
       Feel free to add one into the backlog. I seem to recall looking at this 
before, but there was some sort of wrinkle in implementing the library used to 
allow draggable resizing of the top/bottom panes.




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

To unsubscribe, e-mail: [email protected]

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