serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Search controls on Ladybird AUR page not positioned correctly

Open tcl3 opened this issue 1 year ago • 0 comments

ladybird_aur_after

I believe this is being caused by a floating element within a <fieldset>

Simplified reduction from the Ladybird AUR page:

<!DOCTYPE html><style>
div {
    float: left;
}
</style><fieldset><div>Incorrectly positioned</div></fieldset>

tcl3 avatar Jan 29 '24 17:01 tcl3