I’m wondering if you could confirm what the Remove Spacing
right-click option does?
As far as I was aware, it was introduced as a shortcut to remove the default 65px
padding on the Section
element. It no longer does this, and has some peculiar behaviour.
If the Section
is empty, the Remove Spacing
option has no effect. However if you add a blank Row
to the Section
, then the Remove Spacing
option only affects the Row
and switches off the Global Container
option, making it full width. The default 65px
padding on the Section
remains.
The Remove Spacing
option then also shows up on the Row
element itself, where it seems to affect more than just the Global Container
option. Here, it resets the Gap Width
and Gap Height
to the default of 20px
, as well as resetting the values of and disabling the Margin
and Padding
control options.
This all seems quite inconsistent, since the Remove Spacing
option then isn’t available on the Grid
or Div
elements, even when they are direct children of a Section
element. And also to reset the Gap Width
and Height
seems very counterintuitive for a Remove Spacing
option.
Is this all working as intended, or does this need to be looked at?
To have a Remove Spacing
option that switches off any Global Container
option and sets the Margin
and Padding
to 0px
, whilst leaving any Gap
options or anything else, makes the most sense to me. And being able to apply this to other top-level elements e.g. Section
, Grid
, and Div
would also make sense.