WAIT: Can not use Spacing with bigger min value than max value

I can enter bigger min values in the spacing form and it shows correctly.
but when i use the variable it only displays the smallest value.

**

Browser**: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

[Please describe this bug in as much detail as possible so we can replicate & debug this bug]

Hi @Dario,

the “min” value should be smaller than “max”, otherwise it will always evaluate to the “min” value, in your case 100px.

If I understand correctly, exactly this is happening to you, right? If that’s the case, I’ll mark it as no-bug.

Best regards,
Matej

I think the min should never be bigger than the max for auto generated values. It makes the most sense.
The way CF handles this is by setting the min to max value if min is bigger than max.