Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / automatic-minimum-size-with-explicit-flex-basis-and-flex-container-with-max-content-main-size.html
@minerva minerva on 13 Jul 280 bytes Initial commit
<!doctype html><style>
* { border: 1px solid black; }
html { background: white; }
.flex {
    width: max-content;
    display: flex;
    background: pink;
    height: 50px;
}
.item {
    flex-basis: 1px;
    background: orange;
}
</style><body class="flex"><div class="item">hello