Skip to content

Commit

Permalink
[Dashboard] Fix margin issue in dashboard modal (apache#6037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored and betodealmeida committed Oct 12, 2018
1 parent 771a213 commit 1bf9fc2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions superset/assets/src/dashboard/stylesheets/dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1bf9fc2

Please sign in to comment.