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

Commit 528a439

Browse files
devversionThomasBurleson
authored andcommitted
fix(list): fix list margin if anchor is present.
If there is currently a `md-button` anchor, we should remove the margin to order the items as the other items. Fixes #5608 Fixes #6317 Closes #6496
1 parent 19551e4 commit 528a439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/list/list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ md-list-item {
8888
flex-direction: inherit;
8989
align-items: inherit;
9090
border-radius: 0;
91+
margin: 0;
9192

9293
& > .md-ripple-container {
9394
border-radius: 0;

0 commit comments

Comments
 (0)