0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🐛 Fix line-height inconsistent

This commit is contained in:
Alejandro Alonso 2023-01-27 11:00:47 +01:00 committed by Alonso Torres
parent 5a53376b01
commit 40349c8ece

View file

@ -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))