Hi,
I have this example, with a MinClassWidth specified. I would like to left aligned the circle and the element name.
Is it possible ?
@startuml
left to right direction
hide members
skinparam nodesep 10
skinparam MinClassWidth 200
namespace some.namespace {
class Short
class SomeLongClassName
}
@enduml
server
Thanks,
Kasra