-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Text running out of nodes with larger font size #2139
Labels
Status: Approved
Is ready to be worked on
Status: In progress
Type: Bug / Error
Something isn't working or is incorrect
Comments
Did I something wrong with this issue? |
I've done a repro case in live editor |
knsv
added a commit
that referenced
this issue
Aug 11, 2023
4 tasks
knsv
added a commit
that referenced
this issue
Aug 11, 2023
…ly-when-calculating-width #2139 Applying user defined classes properly when calculating shape width
knsv
added a commit
that referenced
this issue
Aug 11, 2023
sidharthv96
added a commit
that referenced
this issue
Aug 12, 2023
* origin/release/10.3.1: (85 commits) Version update and adjusted error diagram Fix for broker error diagram related #4178 Adding new flowchart tests related to issue #2139 Fix for interim issue with classes in state diagrams use default export in `error` diagram create `ParserDefinition` type standardized `error` diagram' #2139 Applying user defined classes properly when calculating shape width style: format packages/mermaid/src/config.type.ts build(types): use prettier conf on config.types.ts Syntax Update CONTRIBUTING.md docs: Correct detectType filename chore: Minor cleanups chore: remove comment chore: Remove comments, cleanup fix!(deps): fix zenuml style leakage. update @zenuml/core to ^3.0.6 to fix the style leakage. Update selectSvgElement.ts create `Group` type Add specialChars in textNoTagsToken, alphaNumToken Return Unicode Text to idStringToken definition ...
sidharthv96
added a commit
that referenced
this issue
Aug 12, 2023
* master: Version update and adjusted error diagram Fix for broker error diagram related #4178 Adding new flowchart tests related to issue #2139 Fix for interim issue with classes in state diagrams #2139 Applying user defined classes properly when calculating shape width chore: Ignore localhost Update packages/mermaid/src/docs/community/development.md Update docs/community/development.md docs: Add development example page.
sidharthv96
added a commit
that referenced
this issue
Aug 12, 2023
* next: Update assignWithDepth.ts Version update and adjusted error diagram Fix for broker error diagram related #4178 Adding new flowchart tests related to issue #2139 Fix for interim issue with classes in state diagrams redeclare `config` parameter add default value for each variable convert `assignWithDepth` to TS #2139 Applying user defined classes properly when calculating shape width chore: Ignore localhost Update packages/mermaid/src/docs/community/development.md Update docs/community/development.md docs: Add development example page. docs: Correct detectType filename chore: Minor cleanups chore: remove comment chore: Remove comments, cleanup fix: unitTests after tripleParsing removal fix: Remove triple parsing of diagrams
sidharthv96
added a commit
to sidharthv96/mermaid
that referenced
this issue
Aug 12, 2023
* sidv/esbuildV10: (38 commits) Fix iife test Update docs Match any function name in error Update version Add error log with breaking change feat: Add IIFE Add vite server back Cleanup package.json Fix package.json chore: Refactor build to simplify vite and esbuild chore: Refactor build to simplify vite and esbuild Fix zenuml Version update and adjusted error diagram Fix for broker error diagram related mermaid-js#4178 Adding new flowchart tests related to issue mermaid-js#2139 Fix for interim issue with classes in state diagrams Fix tests Add zenuml mermaid-js#2139 Applying user defined classes properly when calculating shape width chore: Ignore localhost ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Approved
Is ready to be worked on
Status: In progress
Type: Bug / Error
Something isn't working or is incorrect
Describe the bug
In flowcharts nodes are not growing with the font-size, text is cut by node-borders
To Reproduce
Steps to reproduce the behavior:
classDef default font-size:20px;
You can reproduce this in live-editor.
Expected behavior
I would expect that nodes growing with larger font-size
Screenshots
![mermaid-diagram-20210618075044](https://user-images.githubusercontent.com/57623176/122513290-8421f380-d00a-11eb-9ec1-3ebee45b42f6.png)
Code Sample
live editor.
Desktop (please complete the following information):
Smartphone (please complete the following information):
not used
Additional context
nothing more to say
The text was updated successfully, but these errors were encountered: