Skip to content

Commit

Permalink
Fix missing clear-right in app summary dd (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
julbra authored and richard-cox committed Sep 30, 2016
1 parent 11c336d commit 938fa82
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
margin-left: auto;
}

& > dd {
clear: right;
}

@media (min-width: 992px) {
// Remove extra margin at bottom of lists (except for when lists are stacked)
dt:last-of-type, dd:last-of-type {
Expand Down

0 comments on commit 938fa82

Please sign in to comment.