0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00

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")
:caretColor (or text-color "black")
:overflowWrap "initial"
:lineBreak "auto"}
:lineBreak "auto"
:whiteSpace "break-spaces"
:textRendering "geometricPrecision"}
fills
(cond
(some? (:fills data))