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