Dear PlantUML experts,
Can you please help figure out how to add the horizontal spacing/padding around individual note on sequence diagram?
Unfortunately, it seems to not be yet implemented.
Example:
@startuml <style> note { Padding 45 Margin 40 } </style> a -> b note right b note end note @enduml
Regards.
(--------)