serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Prevent max-with expanding the width

Open emilitzerjo opened this issue 1 year ago • 1 comments

This fixes #18778. Using the availlable space as the used with cased it to be infinite and makes no sense.

emilitzerjo avatar Jul 11 '23 14:07 emilitzerjo

Hello!

One or more of the commit messages in this PR do not match the SerenityOS code submission policy, please check the lint_commits CI job for more details on which commits were flagged and why. Please do not close this PR and open another, instead modify your commit message(s) with git commit --amend and force push those changes to update this PR.

BuggieBot avatar Jul 11 '23 14:07 BuggieBot

Yes the same issue occurs on min-width but its not as trivial as max-width to fix. I will try to fix it tomorrow as well.

emilitzerjo avatar Jul 11 '23 19:07 emilitzerjo