mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -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")
|
||||
:overflowWrap "initial"
|
||||
:lineBreak "auto"
|
||||
:whiteSpace "break-spaces"}
|
||||
|
||||
:whiteSpace "break-spaces"
|
||||
:textRendering "geometricPrecision"}
|
||||
fills
|
||||
(cond
|
||||
(some? (:fills data))
|
||||
|
|
Loading…
Reference in a new issue