Skip to content

Commit

Permalink
fix(list): Don't allow graphic to shrink when text overflows (#1943)
Browse files Browse the repository at this point in the history
Fixes #1941
  • Loading branch information
acdvorak authored Jan 23, 2018
1 parent 8848fcc commit da007f5
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 @@ -95,6 +95,7 @@
@include mdc-list-graphic-size_(24px);

display: inline-flex;
flex-shrink: 0;
align-items: center;
justify-content: center;
}
Expand Down

0 comments on commit da007f5

Please sign in to comment.