My PlantUML code looks like this
package "parent" {
package "child1" {
}
package "child2" {
}
package "child3" {
}
//and so on...
}
The rendered diagram has all the child packages side by side and so the diagram is too wide. Is there a way to force all packages after child2
to be below (line break) the previous packages?