letter-spacing breaks RTL layout
https://forums.ankiweb.net/t/anki-2-1-29-beta/1220/8
This commit is contained in:
parent
2049f17469
commit
bb6124cfd5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user