Skip to content

Commit 2c2b87b

Browse files
jansgescheitbrandyscarney
authored andcommitted
feat(typography): add text-wrap attribute for all elements
fixes #7051
1 parent 4e81764 commit 2c2b87b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/app/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ ion-footer {
313313
white-space: nowrap;
314314
}
315315

316+
[text-wrap] {
317+
white-space: normal;
318+
}
319+
316320

317321
// Text Transformation
318322
// --------------------------------------------------

0 commit comments

Comments
 (0)