mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Line break before percentage
This commit is contained in:
parent
7556f71b96
commit
c9c66da7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ export function renderButtons(
|
|||
kind = tr.statisticsCountsMatureCards();
|
||||
break;
|
||||
}
|
||||
return `${kind} \u200e(${totalCorrect(d).percent}%)`;
|
||||
return `${kind}\u000a\u200e(${totalCorrect(d).percent}%)`;
|
||||
}) as any,
|
||||
)
|
||||
.tickSizeOuter(0),
|
||||
|
|
|
|||
Loading…
Reference in a new issue