eschutho commented on a change in pull request #13877:
URL: https://github.com/apache/superset/pull/13877#discussion_r605261730
##########
File path: superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx
##########
@@ -43,6 +43,9 @@ interface DatabaseModalProps {
}
const DEFAULT_TAB_KEY = '1';
+const EXPOSE_SQLLAB_FORM_HEIGHT = '260px';
Review comment:
can you bump this up to 270px? It's cutting some off. This approach is
admittedly brittle. Maybe we can try to find a way of capturing the current
height of the children and adding it up and passing it to emotion for styling
in the next iteration of this.
--
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]