keep label colour box and description together on small screens

This commit is contained in:
Damien Elmes 2020-08-21 15:06:03 +10:00
parent 2b1bcda937
commit ef47ac96a7

View File

@ -64,9 +64,9 @@
<table>
{#each tableData as d, idx}
<tr>
<!-- prettier-ignore -->
<td>
<span style="color: {d.colour};"></span>
{d.label}
<span style="color: {d.colour};">&nbsp;</span>{d.label}
</td>
<td class="right">{d.count}</td>
<td class="right">{d.percent}</td>