diff --git a/frontend/src/app/main/ui/shapes/text/styles.cljs b/frontend/src/app/main/ui/shapes/text/styles.cljs index 63b4c95ef..44d23ee39 100644 --- a/frontend/src/app/main/ui/shapes/text/styles.cljs +++ b/frontend/src/app/main/ui/shapes/text/styles.cljs @@ -83,8 +83,8 @@ :caretColor (or text-color "black") :overflowWrap "initial" :lineBreak "auto" - :whiteSpace "break-spaces"} - + :whiteSpace "break-spaces" + :textRendering "geometricPrecision"} fills (cond (some? (:fills data))