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:
parent
9f5151e87f
commit
1e57de2d6e
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@
|
||||||
:fontStyle font-style
|
:fontStyle font-style
|
||||||
:margin "0px"
|
:margin "0px"
|
||||||
:padding "0px"
|
:padding "0px"
|
||||||
:border "0px"}
|
:border "0px"
|
||||||
|
:resize "none"}
|
||||||
(when user-select {:userSelect "auto"})
|
(when user-select {:userSelect "auto"})
|
||||||
(when line-height {:lineHeight line-height})
|
(when line-height {:lineHeight line-height})
|
||||||
(when letter-spacing {:letterSpacing letter-spacing})))))
|
(when letter-spacing {:letterSpacing letter-spacing})))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue