📌 For RTL languages bpmn modeler/viewer users

Hi all
In RTL Language like Persian, Arabic, Hebrew when we use bpmn modeler/viewer, if you set a text [label/name] for element, this text is not correct and not in center/middle in selected element/sequence/… .

For fix this problem just use this css in modeler/designer page

tspan {
    direction: rtl;
    unicode-bidi: embed;
}

Good luck.

1 Like