Skip to content

Commit

Permalink
feat(typography): add text-wrap attribute for all elements
Browse files Browse the repository at this point in the history
fixes #7051
  • Loading branch information
jansgescheit authored and brandyscarney committed Feb 27, 2017
1 parent 4e81764 commit 2c2b87b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ ion-footer {
white-space: nowrap;
}

[text-wrap] {
white-space: normal;
}


// Text Transformation
// --------------------------------------------------
Expand Down

0 comments on commit 2c2b87b

Please sign in to comment.