1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-27 07:32:32 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andi Gallo
d33b99dd24 LibWeb: Check whether table box width is auto when resolving cell width
Computing the table width algorithm bifurcates based on whether
table-root width is auto. We only adjust the used table width based on
cell percentage widths on the auto branch, thus the same check is needed
when we initialize cell widths.
2023-06-29 05:37:34 +02:00