Wrapping Text in Viewer

Hi,
I’m having trouble getting the text in a node to wrap in the NavigatedViewer. It works fine in the BpmnModeler but not the viewer. In our application it is important that we have a view-only mode for our models. Is it possible to wrap text in the NavigatedViewer? If so how do you do that? Thank you!

Here is an example piece of it working and not:

Working in the Modeler:

Not-Wrapping in the Viewer:

This is an open issue in bpmn-js.

Make sure the diagram is visible during import and the labels will be layouted O.K.

That worked great. Thank you.