Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group name with line break renders out of boundaries #64

Open
aacebedo opened this issue Apr 17, 2024 · 0 comments
Open

Group name with line break renders out of boundaries #64

aacebedo opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aacebedo
Copy link

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 aacebedo added the bug Something isn't working label Apr 17, 2024
@simonbrowndotje simonbrowndotje transferred this issue from structurizr/java Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant