From 681276a66e24efb026710acf8950d844e7463b09 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 Apr 2021 14:44:15 +0200 Subject: Fix modal word break --- client/src/sass/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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/'; .modal-content { background-color: pvar(--mainBackgroundColor); - word-break: break-all; + word-break: break-word; } .modal-header { -- cgit v1.2.3