Skip to content

Commit

Permalink
fix(list): Components have different height of node #UIM-47
Browse files Browse the repository at this point in the history
  • Loading branch information
lskramarov authored and pimenovoleg committed Jun 28, 2019
1 parent 417eb64 commit f5cc2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mosaic/list/_list-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $mc-list-side-padding: 15px;
$mc-list-icon-padding: 4px;

// height for single-line lists
$mc-list-base-height: 32px;
$mc-list-base-height: 28px;

// spec requires two- and three-line lists be taller
$mc-list-two-line-height: 72px;
Expand Down

0 comments on commit f5cc2c7

Please sign in to comment.