mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00

Track table grid height stretched to the specified height and use it to set the final box height in TFC. Fixes #19563.
10 lines
No EOL
144 B
HTML
10 lines
No EOL
144 B
HTML
<style>
|
|
table {
|
|
border: 1px solid black;
|
|
height: 100px;
|
|
padding: 10px;
|
|
}
|
|
</style>
|
|
<table>
|
|
<tr></tr>
|
|
</table> |