Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit d7aa726

Browse files
touficbatacheyeelan0319
authored andcommitted
fix(list): Correct list end detail padding (#909)
Closes #904
1 parent ef7e540 commit d7aa726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-list/mdc-list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $mdc-list-side-padding: 16px;
7878

7979
&__end-detail {
8080
@include mdc-list-detail-size_(24px);
81-
@include mdc-rtl-reflexive-property(margin, auto, $mdc-list-side-padding, ".mdc-list-item");
81+
@include mdc-rtl-reflexive-property(margin, auto, 0, ".mdc-list-item");
8282
}
8383

8484
&__text {

0 commit comments

Comments
 (0)