I'm currently using YouTrack cloud service and I'm interested in including Right-to-Left text snippets inside certain issues while keeping the majority of the interface and default text direction in LTR.
Until recently I was able to start such a ticket with the following HTML snippet:
<span style="direction: rtl;">
And it worked decently well. I now see this is no longer working including older issues that displayed properly in the past. I assume something changed due to a recent update.
I've tried similar HTML snippets (using div
, dir=rtl
) but none seem to work.
I'm wondering is there's a current solution, if I don't wish to completely change the interface to RTL but only text in certain issues.