Skip to content

Commit

Permalink
Merge pull request cfpb#384 from cfpb/348-missing-units
Browse files Browse the repository at this point in the history
Fixes cfpb#348 - adds missing unit
  • Loading branch information
anselmbradford committed Mar 19, 2015
2 parents 5d76853 + 480cfe1 commit 0496fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/lists.less
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
.list__unstyled();

.list_item {
margin-bottom: unit(10x / @base-font-size-px, em);
margin-bottom: unit(10px / @base-font-size-px, em);

.respond-to-max(599px, {
margin-bottom: -1px;
Expand Down

0 comments on commit 0496fd2

Please sign in to comment.