AAfghahi commented on a change in pull request #13822:
URL: https://github.com/apache/superset/pull/13822#discussion_r606050913
##########
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:
Functionally they are not related though
--
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]