diff --git a/frontend/src/app/main/ui/shapes/text/styles.cljs b/frontend/src/app/main/ui/shapes/text/styles.cljs index 0fd5f0cd7..5ad25a7df 100644 --- a/frontend/src/app/main/ui/shapes/text/styles.cljs +++ b/frontend/src/app/main/ui/shapes/text/styles.cljs @@ -84,7 +84,9 @@ :color (if show-text? text-color "transparent") :caretColor (or text-color "black") :overflowWrap "initial" - :lineBreak "auto"} + :lineBreak "auto" + :whiteSpace "break-spaces" + :textRendering "geometricPrecision"} fills (cond (some? (:fills data))