Skip to content

Commit

Permalink
Fix css btn issue
Browse files Browse the repository at this point in the history
action buttons didn't stack properly on course screen
  • Loading branch information
andrew-gardener committed Aug 16, 2017
1 parent 1e109d4 commit fb820ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compair/static/less/course.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.item-list();

/* action buttons need to stack */
.btn-success {
.btn-success, .btn-default {
margin: 0 0 1em .5em;
}

Expand Down

0 comments on commit fb820ab

Please sign in to comment.