We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If a node has a long text, the text is clipped and not wrapped.
To Reproduce Link to Live Editor: link
Steps to reproduce the behavior:
flowchart TD A["Very very very very very very very long text"]
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
It looks like this is solved today.
Sorry, something went wrong.
@adjerbetian Doesn't look like that to me:
The bottom of the text is also cut off.
OS: macOS 15.0 Browser: Safari 18.0
15.0
18.0
There should be an config option to control the overflow behavior. In the interim though I got around it doing https://mermaid.js.org/syntax/flowchart.html#markdown-formatting
No branches or pull requests
Describe the bug
If a node has a long text, the text is clipped and not wrapped.
To Reproduce
Link to Live Editor: link
Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: