-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spacing Controls Don't Allow Decimals #31964
Comments
Also, negative values are not allowed either. I'm not sure if that is related enough for this ticket or should have a separate ticket of its own. |
If I'm not mistaken this is already in trunk and will be included in v10.7. Related PR: #30376 |
It is not solved in trunk 🤔 |
PR #32692 fixes this 👍 |
Is this fix in version 10.9.1? I am still unable to add something like |
I just checked and it was not included in v10.9.x. It will be part of v11 👍 |
When adding margin or padding, there is no way to add a decimal in the number. These are useful for at least
rem
,em
, and%
values.To replicate, open the margin/padding spacing control and enter a number with decimal like
0.5
or2.5
. After clicking out of the number box, the control will automatically change these to1
and3
, respectively.Before:
After:
The text was updated successfully, but these errors were encountered: