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; } }