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:
parent
c6cb876851
commit
29352f570a
3 changed files with 36 additions and 4 deletions
|
@ -0,0 +1,5 @@
|
|||
<style>
|
||||
.ab {
|
||||
width: fit-content;
|
||||
}
|
||||
</style><table><tbody><tr><td class="ab">A B</td></tr></tbody></table>
|
Loading…
Add table
Add a link
Reference in a new issue