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 abff64c0f8b800ca9f2cb2d6581c388d74552d85..e1b78b551602e338d5f871781eb1df49e77a3fbf 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 f6921ab216c2e0f85d0cf264f186b6a29366026b..15e8de8656ccc7441c4c7c87f19cccc0b5509adf 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 a08bcbe78827a0fc2cbbf9b25d6f8d6d8dee8200..5e45f37ad014fd909fd5a91d834d1cfe84e36fe7 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 49a32e7dce610b474151a9b8e578aaa66655e35e..0900cb7dc759440bd153c2b1e63fed85dee391a1 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 d9afe5b20d77a94b1209fb33d43281e1f12bc875..75422c5a49f14007eb56099404041539a8550adb 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 381c3a08bed875b65ed5471567ce5e57669a49a4..5ffc42930a0f7b381ec80e56558836748ed452ed 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 08f090dfcbe0c8116baafc27fd28cd1f53ff1c91..0f4f1c1d250945097baac0eba8b96b4066c224ee 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 acc53ae0cfce861ee9f60a54b1b4e6a0610ae4ff..69e239fc1133fef41b12430bc06c5e3acde6e0c6 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;
 }