Huge Gap Is showing before and after the rendered of sequence diagram #2481
Labels
Graph: Sequence
Internals: Renderer
roadmap
items to add to roadmap for auto workflow
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Describe the bug
We are migrating from 8.2.6 to 8.12.0 one of our existing diagram is not rendering properly in 8.12.0. In mermaid 8.2.6 one of our sequence diagram is rendering properly but in 8.12.0 there is huge gap before and after the sequence diagram. We verified in mermaid live editor and there also it is giving same issue.
Expected behavior
There should not be gap before and after the sequence diagram
Screenshots
1.Sequence Diagram rendered using 8.2.6
Sequence Diagram rendered using 8.12.0
Code Sample
sequenceDiagram
participant Alice
participant Bob
participant ABC
participant XYZ
participant UVW
participant MAN
participant DUDE
par [Action to Bb]
Alice->>+Bob: Hello Bob, how are you?
Bob->>-Alice: Hello Alice, how are you?
Note Right of Bob: Delete Old Imports
Note Right of Bob: Picks SPS Instance
and [Action to AA]
ABC->>+XYZ: Hello XYZ, how are you?
XYZ->>-ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>+XYZ: Hello XYZ, how are you?
XYZ->>-ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>+XYZ: Hello XYZ, how are you?
XYZ->>-ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>+XYZ: Hello XYZ, how are you?
XYZ->>-ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>XYZ: Hello XYZ, how are you?
XYZ->>ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>XYZ: Hello XYZ, how are you?
XYZ->>ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>XYZ: Hello XYZ, how are you?
XYZ->>ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>XYZ: Hello XYZ, how are you?
XYZ->>ABC: Hello ABC, how are you?
end
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: