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 ![]()

