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

Flexbox: Fix flooring hypothetical_main_size by computed min size #689

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

nicoburns
Copy link
Collaborator

Objective

This is a correctness fix for the flexbox algorithm. It ensures that the automatic minimum size still applies even when the flex-basis is explicitly set to 0 and no flex growing is permitted.

@nicoburns nicoburns added the bug Something isn't working label Jul 16, 2024
@nicoburns nicoburns merged commit e6255f7 into DioxusLabs:main Jul 16, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant