From dc351ed19db79d8c9281c37a6b355670fc75823a Mon Sep 17 00:00:00 2001 From: Patrick Lawler Date: Wed, 22 Aug 2018 12:29:20 -0400 Subject: [PATCH] 1301 wrap everything to next line --- app/scss/rewards.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/scss/rewards.scss b/app/scss/rewards.scss index 85f134ca0..19f670cc8 100644 --- a/app/scss/rewards.scss +++ b/app/scss/rewards.scss @@ -226,6 +226,7 @@ -webkit-hyphens: auto; hyphens: auto; word-break: break-word; + word-wrap: break-word; } .reward-headline { @@ -238,6 +239,7 @@ -webkit-hyphens: auto; hyphens: auto; word-break: break-word; + word-wrap: break-word; } .reward-description { @@ -249,6 +251,7 @@ -webkit-hyphens: auto; hyphens: auto; word-break: break-word; + word-wrap: break-word; } }