From 7ea9325052a37e12bfe94728036734bd94ff5cad Mon Sep 17 00:00:00 2001
From: Klaus-Dieter Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Thu, 20 Jun 2019 17:08:46 +0200
Subject: [PATCH] Update content-list.component.scss

---
 .../components/creator/content-list/content-list.component.scss  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/components/creator/content-list/content-list.component.scss b/src/app/components/creator/content-list/content-list.component.scss
index b18bfd992..418c9598c 100644
--- a/src/app/components/creator/content-list/content-list.component.scss
+++ b/src/app/components/creator/content-list/content-list.component.scss
@@ -11,6 +11,7 @@ mat-card-content > :first-child {
 mat-expansion-panel {
   background-color: var(--primary-variant);
   margin-bottom: 5px;
+  hyphens: auto;
 }
 
 mat-panel-title {
-- 
GitLab