mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
force old graphs to use ltr
otherwise the axis labels are way off https://forums.ankiweb.net/t/anki-2-1-29-beta/1220/8
This commit is contained in:
parent
1687f797de
commit
9f3eebfa80
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ body {background-image: url(data:image/png;base64,%s); }
|
|||
@media print {
|
||||
.section { page-break-inside: avoid; padding-top: 5mm; }
|
||||
}
|
||||
body { direction: ltr !important; }
|
||||
</style>
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue