Skip to content

Commit

Permalink
Increased spacing between todos (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbharadwaj committed Jul 24, 2018
1 parent 7cf2ff8 commit da1e104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orchestra/static/dist/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,7 @@ a.logo {
font-size: x-small;
font-weight: normal; }
.list-by-status .angular-ui-tree-node {
padding-top: 5px;
padding-top: 12px;
padding-bottom: 0; }
.list-by-status .skipped-todos {
margin-left: -18px; }
Expand Down
2 changes: 1 addition & 1 deletion orchestra/static/orchestra/todos/todo-checklist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
}
.angular-ui-tree-node {
padding-top: 5px;
padding-top: 12px;
padding-bottom: 0;
}

Expand Down

0 comments on commit da1e104

Please sign in to comment.