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

Commit

Permalink
fix(list): Correct list end detail padding (#909)
Browse files Browse the repository at this point in the history
Closes #904
  • Loading branch information
touficbatache authored and yeelan0319 committed Jul 13, 2017
1 parent ef7e540 commit d7aa726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-list/mdc-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $mdc-list-side-padding: 16px;

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

&__text {
Expand Down

0 comments on commit d7aa726

Please sign in to comment.