From 3974a4778a9f6e2cfd4787562499983ca0388977 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 27 Jan 2023 11:00:47 +0100 Subject: [PATCH] :bug: Fix line-height inconsistent --- frontend/src/app/main/ui/shapes/text/styles.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/app/main/ui/shapes/text/styles.cljs b/frontend/src/app/main/ui/shapes/text/styles.cljs index 5ad25a7df..0fd5f0cd7 100644 --- a/frontend/src/app/main/ui/shapes/text/styles.cljs +++ b/frontend/src/app/main/ui/shapes/text/styles.cljs @@ -84,9 +84,7 @@ :color (if show-text? text-color "transparent") :caretColor (or text-color "black") :overflowWrap "initial" - :lineBreak "auto" - :whiteSpace "break-spaces" - :textRendering "geometricPrecision"} + :lineBreak "auto"} fills (cond (some? (:fills data))