Merge pull request #6702 from qraqras/bug/6633_remove-unexpected-spaces-in-block-diagram

Fix: Remove unexpected spaces in Block Diagram
This commit is contained in:
Alois Klink
2025-07-29 08:29:22 +00:00
committed by GitHub
3 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
---
'mermaid': patch
---
fix(block): overflowing blocks no longer affect later lines
This may change the layout of block diagrams that have overflowing lines
(i.e. block diagrams that use up more columns that the `columns` specifier).