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: Layout looks a little wonky on ChatGPT login page #22501

Open
awesomekling opened this issue Dec 30, 2023 · 0 comments
Open

LibWeb: Layout looks a little wonky on ChatGPT login page #22501

awesomekling opened this issue Dec 30, 2023 · 0 comments
Labels
bug Something isn't working reduction-of-web-content Issue has a simplified reduction based on real-world web content. web compatibility

Comments

@awesomekling
Copy link
Contributor

image

Simplified reduction:

<!DOCTYPE html><style>
    * { 
        outline: 1px solid black;
    }   
    body {
        display: grid;
    }   
    button {
        display: flex;
        justify-content: center;
    }   
</style><body><button>whf
@awesomekling awesomekling added bug Something isn't working web compatibility labels Dec 30, 2023
@awesomekling awesomekling added the reduction-of-web-content Issue has a simplified reduction based on real-world web content. label Jan 15, 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 reduction-of-web-content Issue has a simplified reduction based on real-world web content. web compatibility
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant