From 2c2b87b0b93544dc133972f8cfa35d80144f8614 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 27 Feb 2017 13:02:12 -0500 Subject: [PATCH] feat(typography): add text-wrap attribute for all elements fixes #7051 --- src/components/app/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/app/app.scss b/src/components/app/app.scss index 5c6c49b4db..350c049091 100644 --- a/src/components/app/app.scss +++ b/src/components/app/app.scss @@ -313,6 +313,10 @@ ion-footer { white-space: nowrap; } +[text-wrap] { + white-space: normal; +} + // Text Transformation // --------------------------------------------------