Display differences Camunda Modeler vs. bpmn-io/bpmn-js

Problem: There are display differences between bpmn-io/bpmn-js and camunda-modeler. See pictures.

Modeler
grafik

Viewer
grafik

Modeler: Version 2.0.3
bpmn-js - navigated-viewer: Version 3.0.1

Thank you in advance! Greetings
Matthias

What browser are you using with the navigated viewer? Text layout might have different results in different environments.

In this case durchführen and und fit into one line in the Camunda Modeler but not in the other environment.

1 Like

I’m using Firefox 63.01. I’ve tested you’re presumption and you’re right with Microsoft Edge everything is fine.

Thank you!

Is there a solution for this problem? Maybe with CSS?

My CSS for the navigated-viewer Container is:

html,
body,
#canvas {
height: 100%;
padding: 0;
margin: 0;
}