From 58b8d5b7332dc0492f22062b4c471c86b15316fa Mon Sep 17 00:00:00 2001
From: Klaus-Dieter Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Thu, 20 Jun 2019 16:19:02 +0200
Subject: [PATCH] Update comment.component.scss

---
 src/app/components/shared/comment/comment.component.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/components/shared/comment/comment.component.scss b/src/app/components/shared/comment/comment.component.scss
index b50b35e3f..113177c70 100644
--- a/src/app/components/shared/comment/comment.component.scss
+++ b/src/app/components/shared/comment/comment.component.scss
@@ -57,6 +57,7 @@ h2 {
   overflow: auto;
   color: var(--on-surface);
   white-space: pre-line;
+  hyphens: auto;
 }
 
 .mat-icon {
-- 
GitLab