Revert "🐛 Fix line-height inconsistent"

This reverts commit 3974a4778a.
This commit is contained in:
Pablo Alba 2023-02-07 11:18:01 +01:00
parent 8cb33dc19c
commit d74af6ddc1

View file

@ -84,7 +84,9 @@
:color (if show-text? text-color "transparent") :color (if show-text? text-color "transparent")
:caretColor (or text-color "black") :caretColor (or text-color "black")
:overflowWrap "initial" :overflowWrap "initial"
:lineBreak "auto"} :lineBreak "auto"
:whiteSpace "break-spaces"
:textRendering "geometricPrecision"}
fills fills
(cond (cond
(some? (:fills data)) (some? (:fills data))