Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>CSS Test Reference (mismatch): collapsed border cell background fills full width</title>
<style>
th {
border: 0px solid red;
}
tr.green {
background: green;
}
td {
border: 50px solid red;
padding: 6px 12px;
text-align: left;
vertical-align: top;
}
.table {
overflow-x: auto;
max-width: 810px;
}
table {
border-collapse: collapse;
border: none;
}
</style>
<div class="table-wrapper">
<div class="table">
<table>
<thead>
<tr class="green">
<th>Key</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Key</td>
<td>
<p>If you group based on datetime and the filter creates a
time period, potential missing values are automatically
substituted by default values.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>