mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 19:46:11 +02:00
🐛 Fix text inputs to allow negative values
This commit is contained in:
parent
6afc734e91
commit
533cac7881
2 changed files with 3 additions and 2 deletions
|
@ -362,7 +362,7 @@
|
|||
[:input.input-text
|
||||
{:type "number"
|
||||
:step "0.1"
|
||||
:min "0"
|
||||
:min "-200"
|
||||
:max "200"
|
||||
:value (attr->string line-height)
|
||||
:placeholder (tr "settings.multiple")
|
||||
|
@ -376,7 +376,7 @@
|
|||
[:input.input-text
|
||||
{:type "number"
|
||||
:step "0.1"
|
||||
:min "0"
|
||||
:min "-200"
|
||||
:max "200"
|
||||
:value (attr->string letter-spacing)
|
||||
:placeholder (tr "settings.multiple")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue