mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix misaligned deck heading in RTL languages
https://forums.ankiweb.net/t/anki-2-1-29-beta/1220/2?u=dae
This commit is contained in:
parent
1b441f5050
commit
2ff1a27b04
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ where id > ?""",
|
|||
|
||||
def _renderDeckTree(self, top: DeckTreeNode) -> str:
|
||||
buf = """
|
||||
<tr><th colspan=5 align=left>%s</th><th class=count>%s</th>
|
||||
<tr><th colspan=5 align=start>%s</th><th class=count>%s</th>
|
||||
<th class=count>%s</th><th class=optscol></th></tr>""" % (
|
||||
_("Deck"),
|
||||
tr(TR.STATISTICS_DUE_COUNT),
|
||||
|
|
Loading…
Reference in a new issue