letter-spacing breaks RTL layout

https://forums.ankiweb.net/t/anki-2-1-29-beta/1220/8
This commit is contained in:
Damien Elmes 2020-07-22 15:26:29 +10:00
parent 2049f17469
commit bb6124cfd5

View File

@ -8,7 +8,5 @@
<g class="no-data">
<rect x="0" y="0" width={bounds.width} height={bounds.height} />
<text x="{bounds.width / 2}," y={bounds.height / 2} letter-spacing="3">
{noData}
</text>
<text x="{bounds.width / 2}," y={bounds.height / 2}>{noData}</text>
</g>