mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +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
Notes:
sideshowbarker
2024-07-17 09:37:30 +09:00
Author: https://github.com/axgallo
Commit: 29352f570a
Pull-request: https://github.com/SerenityOS/serenity/pull/20781
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