- 
                Notifications
    You must be signed in to change notification settings 
- Fork 748
fix: proper scaling for left-to-right Mermaid flowchart #6698
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
base: main
Are you sure you want to change the base?
Conversation
| The latest updates on your projects. Learn more about Vercel for GitHub. 
 | 
| 
 I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. | 
| 
 I have read the CLA Document and I hereby sign the CLA | 
| @sghng - if you move the mermaid diagram outside of the  | 
| 
 Thanks for the tips! The problem is indeed with the  | 
| I can still use some help here with the problem of  | 
| @sghng can you move it outside of the  | 
| 
 Move it outside works, but this is exactly what I want to fix. However I think this problem is actually acceptable? If the image is long enough that it's clipped, then there's no need to center it anyway. | 
| @sghng i wonder if this change could affect a lot of existing notebooks. Could you create a smoke test with various mermaid examples and compare the before and after? You can commit this smoke test to  | 

📝 Summary
Fixes #6697
🔍 Description of Changes
Fix the scaling issue of Mermaid LR flowchart by removing width limit.
📋 Checklist