keep label colour box and description together on small screens
This commit is contained in:
parent
2b1bcda937
commit
ef47ac96a7
@ -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};">■ </span>{d.label}
|
||||
</td>
|
||||
<td class="right">{d.count}</td>
|
||||
<td class="right">{d.percent}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user