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

Note text overflows boundaries when action names are shorter #3229

Open
basvdijk opened this issue Jul 18, 2022 · 0 comments
Open

Note text overflows boundaries when action names are shorter #3229

basvdijk opened this issue Jul 18, 2022 · 0 comments
Labels
roadmap items to add to roadmap for auto workflow Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@basvdijk
Copy link

Describe the bug
image

To Reproduce
Create a diagram with:

sequenceDiagram
    autonumber
    participant BE as App
    participant TE as Server

    Note over BE,TE: GET /api/v2/appointments/{appointmentId}
    TE-->>BE: appointment

Expected behavior
The calculated with should also take the note content into account

@basvdijk basvdijk added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Jul 18, 2022
@jgreywolf jgreywolf added the roadmap items to add to roadmap for auto workflow label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap items to add to roadmap for auto workflow Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

2 participants