kkucharc commented on a change in pull request #11525:
URL:
https://github.com/apache/incubator-superset/pull/11525#discussion_r517525898
##########
File path: superset-frontend/src/dashboard/stylesheets/dnd.less
##########
@@ -123,7 +129,12 @@
}
& > .empty-droptarget:first-child {
- height: 24px;
+ height: 48px;
margin-top: -24px;
+ margin-bottom: -24px;
+ }
+
+ & > .empty-droptarget:only-child {
+ height: 80vh;
Review comment:
Thanks a lot! I'm also concerned about this `vh`. On the other hand top
hasn't defined size and in mobile view it becomes really big. But I will try
figure something out.
----------------------------------------------------------------
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]