Conflict of css in bpmnlint and simulation

This is a known issue. There is no guarantee that plugins will play nicely with each other.

@philippfromme We could consider making the token simulation toggle switch a user responsibility.

That would solve many issue that it causes (move responsibility to show something reasonable to integrators).

1 Like

Hi

Yes I solved by means of CSS styles

  .bjsl-icon{
    width: 26px !important;
    height: 26px !important;
  }

  #ngb-nav-8-panel > acme-bpmn-proceso > div > app-diagram > div > div > div > div.djs-overlay-container > div:nth-child(1) > div{
    left: 185px !important;
  }

2022-09-26_08h49_02

1 Like

Yes, we should make all but the essential UI components of the plugin the user’s concern. I assume that for the Camunda Modeler plugin we would then add the necessary UI as part of the plugin?

Exactly, or not add it at all (i.e. because usage happens via keyboard shortcut).

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.