Hello PlantUML team,
How to manage, by style (for component or deployment element):
- HorizontalAlignment (left, right or center)
Here is an example, where this field seems to be ignored:
@startuml
<style>
component {
HorizontalAlignment center
}
database {
HorizontalAlignment center
}
</style>
component c [
a
abc
a b c d
]
database d [
a
abc
a b c d
]
@enduml

[See on PlantUML online server]
Thanks for yours works,
Regards,
Th.