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

LibWeb: Flex layout doesn't handle auto margins in cross axis correctly #22737

Open
awesomekling opened this issue Jan 13, 2024 · 0 comments
Open
Labels
bug Something isn't working has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. spec compliance web compatibility

Comments

@awesomekling
Copy link
Contributor

Reduction of https://soon.dating/

<!DOCTYPE html><style>
    * {
        outline: 1px solid black;
        margin: 0px;
    }
    section {
        background: pink;
        align-items: center;
        display: flex;
    }
    div {
        background: orange;
        margin-top: auto;
        margin-bottom: 10%;
    }
</style><body><section><div>DATE OFFLINE.
@awesomekling awesomekling added bug Something isn't working spec compliance web compatibility has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. labels Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. spec compliance web compatibility
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant