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:
parent
87c5aa71a3
commit
3974a4778a
1 changed files with 1 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue