williaster commented on a change in pull request #5771: [dashboard] Add alert
when user deleting root level tab
URL:
https://github.com/apache/incubator-superset/pull/5771#discussion_r213801450
##########
File path: superset/assets/src/dashboard/stylesheets/dashboard.less
##########
@@ -129,10 +129,25 @@ body {
}
}
-.modal img.loading {
- width: 50px;
- margin: 0;
- position: relative;
+.modal {
+ img.loading {
+ width: 50px;
+ margin: 0;
+ position: relative;
+ }
+
+ .delete-modal-actions-container {
+ margin: 40px 0 12px 0;
+
+ .btn {
+ margin-right: 24px;
Review comment:
could we cut this in half?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]