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

Commit

Permalink
fix(list): fix list margin if anchor is present.
Browse files Browse the repository at this point in the history
If there is currently a `md-button` anchor, we should remove the margin to order the items as the other items.

Fixes #6317
  • Loading branch information
devversion committed Jan 5, 2016
1 parent 8ef798f commit e704eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ md-list-item {
flex-direction: inherit;
align-items: inherit;
border-radius: 0;
margin: 0;

& > .md-ripple-container {
border-radius: 0;
Expand Down

0 comments on commit e704eed

Please sign in to comment.