Plans to include "gap" property in flexbox controls?

It would be great to include the gap property in the flexbox controls, as it is now widely supported. Thanks!

Hello @adaptifyDesigns,

Thanks for writing in!

The Gap property is currently only available in the Layout option of the Row element.

We will take note of your feedback and add it as a feature request to add the Gap property into the Flexbox option of the element setting.

Best Regards.

HI @adaptifyDesigns,

I saw this and wanted to let you know that it is definitely something we want to get in on other elements that allow flexbox positioning. I can’t give an ETA on when that will be available, but it’s on our roadmap. For now, a good workaround is adding some element CSS. For example:

$el {
  gap: 10px;
}

Cool, thanks for the update @alexander.

Hi @adaptifyDesigns,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.