Skip to content

Commit

Permalink
Merge pull request #15 from pierrecagne/fix-overflow
Browse files Browse the repository at this point in the history
Fix for overflow issue
  • Loading branch information
filchos authored Dec 1, 2020
2 parents 6a849d9 + 92fe3b1 commit 34fb447
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/list/list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
a {
color: var(--mdc-theme-primary);
}


// override white-space property from @material
.mdc-list-item__secondary-text {
white-space: normal;
}

0 comments on commit 34fb447

Please sign in to comment.