0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

💄 Minor improvements on text edition shape.

This commit is contained in:
Andrey Antukh 2020-01-08 19:06:31 +01:00
parent 9f5151e87f
commit 1e57de2d6e

View file

@ -99,7 +99,8 @@
:fontStyle font-style
:margin "0px"
:padding "0px"
:border "0px"}
:border "0px"
:resize "none"}
(when user-select {:userSelect "auto"})
(when line-height {:lineHeight line-height})
(when letter-spacing {:letterSpacing letter-spacing})))))