How to control the direction of the Sitemap, to support Hebrew and Arabic?

FYI,
As a workaround, I used the CSS theming method with myStyle.css consists:

.page-content {
    direction: rtl;  /* Right to Left */
    unicode-bidi:bidi-override;
}

.mdl-form__title {
    margin-right: 8pt
}

which turn:


into:

Pretty neat :grinning: