Skip to content

Commit

Permalink
fix(list item): Add overflow hidden
Browse files Browse the repository at this point in the history
Resolves material-components#1261
Done through mdc-typography-overflow-ellipsis mixin
  • Loading branch information
cluelessjoe authored Sep 12, 2017
1 parent a8f7216 commit 606ff95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-list/mdc-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ $mdc-list-side-padding: 16px;
// postcss-bem-linter: define list-item

.mdc-list-item {
@include mdc-typography-overflow-ellipsis;
display: flex;
align-items: center;
justify-content: flex-start;
Expand Down

0 comments on commit 606ff95

Please sign in to comment.