Skip to content

Commit

Permalink
fix(list): Make bottom padding match top for dense lists (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Nov 21, 2017
1 parent e9f0778 commit 67354d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-list/mdc-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ $mdc-list-side-padding: 16px;

.mdc-list--dense {
padding-top: 4px;
padding-bottom: 4px;
font-size: .812rem;
}

Expand Down

0 comments on commit 67354d0

Please sign in to comment.