mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 00:31:38 +02:00
✨ Fix problems with extreme values
This commit is contained in:
parent
999af63118
commit
ed9400912c
59 changed files with 359 additions and 340 deletions
|
@ -83,7 +83,7 @@
|
|||
base #js {:textDecoration text-decoration
|
||||
:textTransform text-transform
|
||||
:lineHeight (or line-height "inherit")
|
||||
:color (if show-text? text-color "transparent")
|
||||
:color (if show-text? text-color "red")
|
||||
:caretColor (or text-color "black")
|
||||
:overflowWrap "initial"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue