Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(list): fixes list item height
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Sep 23, 2015
1 parent b791911 commit 30f334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $list-item-secondary-button-width: $baseline-grid * 6 !default;
$list-item-text-padding-top: $baseline-grid * 2 !default;
$list-item-text-padding-bottom: $baseline-grid * 2.5 !default;
$list-item-inset-divider-offset: 12 * $baseline-grid !default;
$list-item-height: 8 * $baseline-grid !default;
$list-item-height: 6 * $baseline-grid !default;

md-list {
display: block;
Expand Down

0 comments on commit 30f334a

Please sign in to comment.