ui icon indicating copy to clipboard operation
ui copied to clipboard

Group name with line break renders out of boundaries

Open aacebedo opened this issue 1 year ago • 0 comments

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

image

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

aacebedo avatar Apr 17 '24 14:04 aacebedo