From 38538f63fea7a7c83f4e05136f73921be9b6b422 Mon Sep 17 00:00:00 2001 From: ludwiczakpawel Date: Wed, 10 Jun 2020 11:26:11 +0200 Subject: [PATCH] [deploy] HOTFIX text wrapping (#8381) * flare tag line height * . * hotfix --- app/assets/stylesheets/components/stories.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/components/stories.scss b/app/assets/stylesheets/components/stories.scss index 6936e0451..ba196e369 100644 --- a/app/assets/stylesheets/components/stories.scss +++ b/app/assets/stylesheets/components/stories.scss @@ -115,7 +115,8 @@ line-height: var(--lh-tight); margin-bottom: var(--su-2); font-size: var(--title-font-size); - overflow-wrap: break-word; + overflow-wrap: anywhere; + word-break: break-word; a { color: inherit; @@ -188,7 +189,8 @@ color: var(--card-color); background: var(--accent-warning-lighter); } - overflow-wrap: break-word; + overflow-wrap: anywhere; + word-break: break-word; } &__headline {