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

Allow column-direction flex containers to use percentage-based heights. #2135

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

xavidotron
Copy link
Contributor

Currently, if a flex-direction: column flex div is assigned a percentage-based height, that height is interpreted as pixels, not as a percentage of the containing block. This pull request allows percentage-based heights to work properly in this case.

@liZe liZe merged commit 5a74e3b into Kozea:main Apr 26, 2024
6 checks passed
@liZe liZe added this to the 62.0 milestone Apr 26, 2024
@liZe liZe added the bug Existing features not working as expected label Apr 26, 2024
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.

2 participants