From aa2473768e80f41c408a1bc0aa5996f13510df2d Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Sun, 3 Nov 2019 13:18:00 +0100
Subject: [PATCH] code cleaning

---
 .../creator/content-list/content-list.component.scss           | 1 -
 .../_dialogs/present-comment/present-comment.component.scss    | 3 ---
 src/assets/i18n/cookies/cookies.scss                           | 3 ---
 src/assets/i18n/data-protection/data-protection.scss           | 3 ---
 src/assets/i18n/demo/demo.scss                                 | 3 ---
 src/assets/i18n/help/help.scss                                 | 3 ---
 src/assets/i18n/imprint/imprint.scss                           | 3 ---
 src/styles.scss                                                | 3 ---
 8 files changed, 22 deletions(-)

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 abff64c0f..e1b78b551 100644
--- a/src/app/components/creator/content-list/content-list.component.scss
+++ b/src/app/components/creator/content-list/content-list.component.scss
@@ -25,7 +25,6 @@ mat-expansion-panel-header {
   background-color: var(--primary-variant) !important;
   padding-left: 3%;
   padding-right: 3%;
-  word-break: break-all;
 }
 
 .matPanel {
diff --git a/src/app/components/shared/_dialogs/present-comment/present-comment.component.scss b/src/app/components/shared/_dialogs/present-comment/present-comment.component.scss
index f6921ab21..15e8de865 100644
--- a/src/app/components/shared/_dialogs/present-comment/present-comment.component.scss
+++ b/src/app/components/shared/_dialogs/present-comment/present-comment.component.scss
@@ -13,9 +13,6 @@
 #comment p {
   overflow-wrap: break-word;
   word-wrap: break-word;
-  -webkit-hyphens: auto;
-  -ms-hyphens: auto;
-  -moz-hyphens: auto;
   hyphens: auto;
   color: var(--on-surface);
 }
diff --git a/src/assets/i18n/cookies/cookies.scss b/src/assets/i18n/cookies/cookies.scss
index a08bcbe78..5e45f37ad 100644
--- a/src/assets/i18n/cookies/cookies.scss
+++ b/src/assets/i18n/cookies/cookies.scss
@@ -1,7 +1,4 @@
 p {
-  word-break: break-word;
-  -ms-hyphens: auto;
-  -webkit-hyphens: auto;
   hyphens: auto;
   color: var(--on-surface);
 }
diff --git a/src/assets/i18n/data-protection/data-protection.scss b/src/assets/i18n/data-protection/data-protection.scss
index 49a32e7dc..0900cb7dc 100644
--- a/src/assets/i18n/data-protection/data-protection.scss
+++ b/src/assets/i18n/data-protection/data-protection.scss
@@ -4,8 +4,5 @@ h2 {
 }
 
 p {
-  word-break: break-word;
-  -ms-hyphens: auto;
-  -webkit-hyphens: auto;
   hyphens: auto;
 }
diff --git a/src/assets/i18n/demo/demo.scss b/src/assets/i18n/demo/demo.scss
index d9afe5b20..75422c5a4 100644
--- a/src/assets/i18n/demo/demo.scss
+++ b/src/assets/i18n/demo/demo.scss
@@ -3,9 +3,6 @@ h2 {
 }
 
 p {
-  word-break: break-word;
-  -ms-hyphens: auto;
-  -webkit-hyphens: auto;
   hyphens: auto;
 }
 
diff --git a/src/assets/i18n/help/help.scss b/src/assets/i18n/help/help.scss
index 381c3a08b..5ffc42930 100644
--- a/src/assets/i18n/help/help.scss
+++ b/src/assets/i18n/help/help.scss
@@ -1,7 +1,4 @@
 p {
-  word-break: break-word;
-  -ms-hyphens: auto;
-  -webkit-hyphens: auto;
   hyphens: auto;
 }
 
diff --git a/src/assets/i18n/imprint/imprint.scss b/src/assets/i18n/imprint/imprint.scss
index 08f090dfc..0f4f1c1d2 100644
--- a/src/assets/i18n/imprint/imprint.scss
+++ b/src/assets/i18n/imprint/imprint.scss
@@ -1,7 +1,4 @@
 p {
-  word-break: break-word;
-  -ms-hyphens: auto;
-  -webkit-hyphens: auto;
   hyphens: auto;
 }
 
diff --git a/src/styles.scss b/src/styles.scss
index acc53ae0c..69e239fc1 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -87,9 +87,6 @@ h4 {
 
 p, div {
   color: var(--on-surface);
-  word-break: break-word;
-  -ms-hyphens: auto;
-  -webkit-hyphens: auto;
   hyphens: auto;
 }
 
-- 
GitLab