Hi there 👋
together we can discuss new ideas, suggestions and solve issues to make our service even better for you. How would you rate your experience?
Changelog
together we can discuss new ideas, suggestions and solve issues to make our service even better for you.
Feedback
together we can discuss new ideas, suggestions and solve issues to make our service even better for you.
Honestly we are not sure about this, there are many reasons which we talked in Facebook group and why this is not desired. For spacing gap is only good thing if you have sequence of the same element, in other cases it will be not desired.
Also adding default gap could break wireframes because not all space is composed there as gap so we would end up with gap + padding for example, and this would double spacing and break design.
I see your point and understand. Maybe there will be a practical way one time.
At the moment I feel it is not the best solution that we have to add gap manually in every column or div.
@cswebdesigns
You could try custom CSS like, keep in mind mentioned downsides:
.bde-column, .bde-div{
gap: var(--hsp-m);
}