mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 04:48:39 +00:00
🐛 Fix line-height inconsistent
This commit is contained in:
parent
5a53376b01
commit
40349c8ece
@ -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…
x
Reference in New Issue
Block a user