upgrade all the widgets to use bem in a smart way

This commit is contained in:
Dylan Vorster
2018-02-25 11:21:22 +02:00
parent ec3e022ca3
commit 259782ecfa
43 changed files with 526515 additions and 3046 deletions

View File

@ -34,5 +34,5 @@ export default () => {
engine.setDiagramModel(model);
//6) render the diagram!
return <DiagramWidget diagramEngine={engine} allowLooseLinks={false} />;
return <DiagramWidget className="srd-demo-canvas" diagramEngine={engine} allowLooseLinks={false} />;
};