mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
Revert "🐛 Fix line-height inconsistent"
This reverts commit 3974a4778a
.
This commit is contained in:
parent
8cb33dc19c
commit
d74af6ddc1
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue