mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix text edition when using certain fonts
This commit is contained in:
parent
a77f9eae7c
commit
c219d1cc89
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@
|
||||||
:caretColor (or text-color "black")
|
:caretColor (or text-color "black")
|
||||||
:overflowWrap "initial"
|
:overflowWrap "initial"
|
||||||
:lineBreak "auto"
|
:lineBreak "auto"
|
||||||
:whiteSpace "break-spaces"}
|
:whiteSpace "break-spaces"
|
||||||
|
:textRendering "geometricPrecision"}
|
||||||
fills
|
fills
|
||||||
(cond
|
(cond
|
||||||
(some? (:fills data))
|
(some? (:fills data))
|
||||||
|
|
Loading…
Add table
Reference in a new issue