fix(label): include the ion-text-wrap class styles for larger font (#18374)

- updates all e2e tests to use the CSS classes instead of attributes
This commit is contained in:
Brandy Carney
2019-05-24 11:18:28 -04:00
committed by GitHub
parent 454510092e
commit 4bba540311
122 changed files with 324 additions and 321 deletions

View File

@ -29,6 +29,7 @@
color: current-color(base);
}
:host(.ion-text-wrap),
:host([text-wrap]) {
white-space: normal;
}