In the following mind map example, the horizontal alignment style does not work correctly.
@startmindmap<style>s1 { horizontalalignment center}</style>+ Qwerty++ Ytrewq\npoiuytrewq<<s1>>+++ Mnbvcx@endmindmap
@startmindmap<style>s1 { horizontalalignment center}</style>
+ Qwerty++ Ytrewq\npoiuytrewq<<s1>>+++ Mnbvcx
@endmindmap
See also https://forum.plantuml.net/15767/center-disalignment-when-using-horizontalalignment-center?show=15767#q15767
See also:
(--------)
Hi A., and all,
Change just the def. of your private style, as:
@startmindmap<style>.s1 { horizontalalignment center}</style>
Enjoy,Regards.