aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index e11603e4d..0ab6230c8 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -119,7 +119,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
119 119
120 .modal-content { 120 .modal-content {
121 background-color: pvar(--mainBackgroundColor); 121 background-color: pvar(--mainBackgroundColor);
122 word-break: break-all; 122 word-break: break-word;
123 } 123 }
124 124
125 .modal-header { 125 .modal-header {