Equivalent of CSS gap
(padding between children)
#1943
Labels
enhancement
New features, or improvements to existing features.
gap
(padding between children)
#1943
If you want to add many children to a box with equal spacing between them, you have to add
padding
individually to every child, which is tedious. It would be useful to have something like the CSSgap
property, which is applied on the parent, and adds space between all of its children.The text was updated successfully, but these errors were encountered: