[Dashboard] Fix margin issue in dashboard modal (#6037)

This commit is contained in:
Grace Guo 2018-10-08 22:48:27 -07:00 committed by GitHub
parent f50ed17655
commit 361f588b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -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 {