feat(typography): add text-wrap attribute for all elements

fixes #7051
This commit is contained in:
Jan
2017-02-27 13:02:12 -05:00
committed by Brandy Carney
parent 4e8176431a
commit 2c2b87b0b9

View File

@@ -313,6 +313,10 @@ ion-footer {
white-space: nowrap;
}
[text-wrap] {
white-space: normal;
}
// Text Transformation
// --------------------------------------------------