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:
Damien Elmes 2020-07-22 14:30:56 +10:00
parent 1687f797de
commit 9f3eebfa80

View file

@ -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>
"""