Skip to content

Commit

Permalink
fix(list): Add 8px bottom padding
Browse files Browse the repository at this point in the history
Resolves ##1488
  • Loading branch information
touficbatache authored and lynnmercier committed Nov 18, 2017
1 parent 964a419 commit cd03a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-list/mdc-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $mdc-list-side-padding: 16px;
}

margin: 0;
padding: 8px $mdc-list-side-padding 0;
padding: 8px $mdc-list-side-padding;

// According to the mocks and stickersheet, the line-height is adjusted to 24px for text content,
// same as for subheading1.
Expand Down

0 comments on commit cd03a0e

Please sign in to comment.