0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix line-height inconsistent

This commit is contained in:
Alejandro Alonso 2023-01-27 11:00:47 +01:00
parent 87c5aa71a3
commit 3974a4778a

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