From f8b255cd653017aae869167b09a2ff8a9d5f733e Mon Sep 17 00:00:00 2001 From: sanchis Date: Sun, 7 Mar 2021 11:53:56 +0100 Subject: fix: long text on modals --- client/src/sass/bootstrap.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index ade8d7033..7047f6e03 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -115,6 +115,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; .modal-content { background-color: pvar(--mainBackgroundColor); + word-break: break-all; } .modal-header { -- cgit v1.2.3