mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
🐛 Fix line-height inconsistent
This commit is contained in:
parent
87c5aa71a3
commit
3974a4778a
1 changed files with 1 additions and 3 deletions
|
@ -84,9 +84,7 @@
|
||||||
: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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue