AAfghahi commented on a change in pull request #13822:
URL: https://github.com/apache/superset/pull/13822#discussion_r606050415



##########
File path: superset-frontend/src/SqlLab/components/SouthPane/SouthPane.tsx
##########
@@ -33,7 +33,8 @@ import {
   LOCALSTORAGE_MAX_QUERY_AGE_MS,
 } from '../../constants';
 
-const TAB_HEIGHT = 64;
+const TAB_HEIGHT = 90;
+const RESULTS_TAB_HEIGHT = TAB_HEIGHT - 10;

Review comment:
       @eschutho I was wondering about that. Originally they were the same 
height, so I thought that they might be related, so that's why I had them 
related, so you only need to change one variable. 




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