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

Keep auto margins on box in flex layout #2233

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

dhdaines
Copy link
Contributor

Fixes: #2054

We do need to remove them temporarily for some computations, but don't do it permanently. Then compute the width/height as soon as it's necessary.

@liZe
Copy link
Member

liZe commented Aug 19, 2024

Thank you!

@liZe liZe added this to the 63.0 milestone Aug 19, 2024
@liZe liZe added the bug Existing features not working as expected label Aug 19, 2024
@liZe liZe merged commit bf29632 into Kozea:main Aug 19, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing features not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flex containers not positioned correctly when their margin-left/right is set to auto
2 participants