You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart TB
subgraph pr-branch-test["`**pr-branch-test.yml**
*triggered by a push to a PR*`"]
test["`**test**`"] --> release["`**release**
Creates a GitHub release`"]
end
start(((start))) --> pr-branch-test
which renders like this:
flowchart TB
subgraph pr-branch-test["`**pr-branch-test.yml**
*triggered by a push to a PR*`"]
test["`**test**`"] --> release["`**release**
Creates a GitHub release`"]
end
start(((start))) --> pr-branch-test
Loading
As you can the box labelled "release" has overlapped the text of the containing node. This is even more pronounced on mermaid.live where it renders like this:
Is it possible to prevent this overlapping from occurring? If not, can someone suggest a better way of achieving this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a flowchart defined as:
which renders like this:
As you can the box labelled "release" has overlapped the text of the containing node. This is even more pronounced on mermaid.live where it renders like this:
Is it possible to prevent this overlapping from occurring? If not, can someone suggest a better way of achieving this?
Beta Was this translation helpful? Give feedback.
All reactions