Architecture Diagram group box sizing issue with long wrapping labels #6042
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
Architecture diagrams with labels that wrap to multiple lines seem to cause the enclosing group box to be sized as if the label was not wrapping.
Steps to reproduce
Diagram with short labels sized appropriately
Live Editor Link
Diagram with long wrapping labels
Live Editor Link
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
I haven't had a chance to look at the code that figures the box sizing, but it feels like the dimensions of the label used for calculating the enclosing group box is done before any line wrapping happens. Maybe it's possible to wrap the lines first, then find the resulting label bounding box?
Additional Context
No response
The text was updated successfully, but these errors were encountered: