1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

LibWeb: Fix table column constrainedness

Adjust implementation to reflect the CSS 2.1 definition of width.
This commit is contained in:
Andi Gallo 2023-08-26 00:48:06 +00:00 committed by Alexander Kalenik
parent c6cb876851
commit 29352f570a
3 changed files with 36 additions and 4 deletions

View file

@ -0,0 +1,5 @@
<style>
.ab {
width: fit-content;
}
</style><table><tbody><tr><td class="ab">A B</td></tr></tbody></table>