Skip to content

Commit

Permalink
Added vertical space between stacked node form buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Mortenson committed Oct 4, 2017
1 parent 74309b3 commit 5d3f234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/dfs_admin/css/dfs_admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
.content-browser-card .card-image .field__item:not(:first-child) {
display: none;
}

.node-form .form-actions .button {
margin-bottom: 10px;
}

0 comments on commit 5d3f234

Please sign in to comment.