From 16e6786118519a46f56962b2a9ac07ae100ccd38 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Mon, 3 Aug 2020 16:13:56 +0200 Subject: [PATCH] set hyphenation for question wall --- .../questionwall/question-wall/question-wall.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss index c3bae1e12..b727648b7 100644 --- a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss +++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss @@ -171,6 +171,8 @@ display: flex; flex-direction: row; justify-content: center; + hyphens: auto; + word-break: break-word; } &-inner { -- GitLab