I have a column that has a min-height set to 35vh at the base size (1200px and up, desktop, in this case) and I am trying to set it to have a 0px min-height once it gets to the 978px and down breakpoint.
It seems that the responsive css is not being output when the value is set to 0px (or 0 anything) but it works okay if set to 1px or something else very small.
Is this working as expected, as 0 values mean no output css, or is this a bug? When setting the value to 0px, the control is showing in orange/yellow to indicate that a responsive value is present now, but as I say, no extra responsive css is being output for the column.
Cheers!