I have simple sequence markup
U -> MS: Publish
activate MS
MS -> DB: 1. Update Message
MS -->> CS: 2. Publish Message
MS -> U: Publish in progress
deactivate MS
CS -> MS: 3. Message Published
activate MS
MS -> DB: 4. Create PublishedMessage
MS -> DB: 5. Update Message.
deactivate MS
This creates image like below. There you can see that lines are not straight despite there is no crossing. Can we somehow force to make the lines straight. Otherwise we would have to create sequence manually using explicit line or look into some other means