serenity
serenity copied to clipboard
LibWeb: Search controls on Ladybird AUR page not positioned correctly
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>