mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 10:35:06 +00:00

Width of table wrapper need to be set to to calculate width of table box inside. Otherwise TFC will set wrong width assuming width of containing block is 0.
10 lines
No EOL
228 B
HTML
10 lines
No EOL
228 B
HTML
<style type="text/css">
|
|
* {
|
|
font-family: 'SerenitySans';
|
|
}
|
|
|
|
table {
|
|
border: 1px solid #333;
|
|
display: inline-block;
|
|
}
|
|
</style><table><tr><td>ID</td><td>null</td></tr><tr><td>Is Selected</td><td>false</td></tr></table> |