Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equivalent of CSS gap (padding between children) #1943

Open
mhsmith opened this issue May 17, 2023 · 1 comment · May be fixed by #3036
Open

Equivalent of CSS gap (padding between children) #1943

mhsmith opened this issue May 17, 2023 · 1 comment · May be fixed by #3036
Labels
enhancement New features, or improvements to existing features.

Comments

@mhsmith
Copy link
Member

mhsmith commented May 17, 2023

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 CSS gap property, which is applied on the parent, and adds space between all of its children.

@mhsmith mhsmith added the enhancement New features, or improvements to existing features. label May 17, 2023
@freakboy3742
Copy link
Member

Definitely agreed that the use case exists. However, I'm generally opposed to making large feature additions to Pack, on the basis that it decreases the incentive to implement the "right" fix, which is to complete the implementation of Colosseum.

@mhsmith mhsmith linked a pull request Dec 11, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features, or improvements to existing features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants