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

Commit 30f334a

Browse files
author
Robert Messerle
committed
fix(list): fixes list item height
1 parent b791911 commit 30f334a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/list/list.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $list-item-secondary-button-width: $baseline-grid * 6 !default;
2424
$list-item-text-padding-top: $baseline-grid * 2 !default;
2525
$list-item-text-padding-bottom: $baseline-grid * 2.5 !default;
2626
$list-item-inset-divider-offset: 12 * $baseline-grid !default;
27-
$list-item-height: 8 * $baseline-grid !default;
27+
$list-item-height: 6 * $baseline-grid !default;
2828

2929
md-list {
3030
display: block;

0 commit comments

Comments
 (0)