When I use note over command on two lifelines the notes are not aligned with each other. The second notes is below the first note. Is there some command to align the notes over a lifeline?
Below is a code snippet that renders 2 notes at different vertical positions. I would like that the notes are placed on the same vertical position.
@startuml
title Align notes
actor Actor as oper
participant Participant_A as scp
participant Participant_A as ssc
hnote over scp: State_X
hnote over ssc: State_Y
@enduml