From 48ae26d08ab93df059994e9aa7069e0394511b16 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 27 Oct 2020 17:21:09 +0100 Subject: [PATCH] :bug: Fixes whitespaces not showing in text shape --- frontend/resources/styles/main/partials/texts.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/resources/styles/main/partials/texts.scss b/frontend/resources/styles/main/partials/texts.scss index 67cd1658d..24ebc8f0f 100644 --- a/frontend/resources/styles/main/partials/texts.scss +++ b/frontend/resources/styles/main/partials/texts.scss @@ -1,4 +1,5 @@ foreignObject .rich-text { color: $color-black; height: 100%; + white-space: pre-wrap; }