ui
ui copied to clipboard
Group name with line break renders out of boundaries
Description
I would like to have a small description below the group name. The group element does not have a description child so I tried with a line break. This result with the second line being rendered outside the group boundaries.
Steps to reproduce
Create a diagram with provided example
Screenshot
Code sample
workspace {
!identifiers hierarchical
model {
properties {
"structurizr.groupSeparator" "/"
}
group "bar\nbaz" {
foo = softwareSystem "foo" {
}
}
}
views {
properties {
structurizr.metadata false
}
systemLandscape softwareSystem "Foo" {
include *
}
}
}
Configuration
No response
Severity
Minor
Priority
I have no budget and there's no rush, please fix this for free
More information
No response