This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 361f588 [Dashboard] Fix margin issue in dashboard modal (#6037)
361f588 is described below
commit 361f588b71c67c0482b07b70ca745d9ef274291f
Author: Grace Guo <[email protected]>
AuthorDate: Mon Oct 8 22:48:27 2018 -0700
[Dashboard] Fix margin issue in dashboard modal (#6037)
---
superset/assets/src/dashboard/stylesheets/dashboard.less | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/superset/assets/src/dashboard/stylesheets/dashboard.less
b/superset/assets/src/dashboard/stylesheets/dashboard.less
index 2b5242e..e2b73c1 100644
--- a/superset/assets/src/dashboard/stylesheets/dashboard.less
+++ b/superset/assets/src/dashboard/stylesheets/dashboard.less
@@ -138,17 +138,11 @@ body {
.modal-body {
padding: 24px 24px 29px 24px;
-
- div {
- margin-top: 24px;
-
- &:first-child {
- margin-top: 0;
- }
- }
}
.delete-modal-actions-container {
+ margin-top: 24px;
+
.btn {
margin-right: 16px;
&:last-child {