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 c3bae1e1240c9ed1c3b3281c52d3dc43b51eab69..b727648b71fb2bdfa683f52f20c35cded1494020 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 {