mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
add space after colour square
This commit is contained in:
parent
459b9b364d
commit
62102d85b2
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ export function renderReviews(
|
||||||
];
|
];
|
||||||
for (const [colour, label, detail] of lines) {
|
for (const [colour, label, detail] of lines) {
|
||||||
buf += `<tr>
|
buf += `<tr>
|
||||||
<td><span style="color: ${colour};">■</span>${label}</td>
|
<td><span style="color: ${colour};">■</span> ${label}</td>
|
||||||
<td align=right>${detail}</td>
|
<td align=right>${detail}</td>
|
||||||
</tr>`;
|
</tr>`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue