Define spacing between sequence-diagram columns

0 votes
asked Nov 17, 2021 in Question / help by anonymous
By default, columns seem to be spaced based on the longest message between neighbors. Is it possible to manually specify the column spacing and long messages would simply be written over the column?

```

@startuml
A -> B : I want this label to go over B
A -> C : This is also a long message that goes over B
@enduml

```

1 Answer

0 votes
answered Jan 14 by The-Lu (87,580 points)
...