mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 20:26:11 +02:00
Merge pull request #2161 from penpot/superalex-fix-text-edit-when-using-certain-fonts
🐛 Fix text edition when using certain fonts
This commit is contained in:
commit
d8332e62d1
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
Add a link
Reference in a new issue