mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
keep label colour box and description together on small screens
This commit is contained in:
parent
2b1bcda937
commit
ef47ac96a7
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue