Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / flex-column-container-with-max-width-max-content.html
@minerva minerva on 13 Jul 136 bytes Initial commit
<!doctype html><style>
    body {
        display: flex;
        flex-direction: column;
        max-width: max-content;
    }
</style>