mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
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:
@ -29,6 +29,7 @@
|
||||
color: current-color(base);
|
||||
}
|
||||
|
||||
:host(.ion-text-wrap),
|
||||
:host([text-wrap]) {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user