Merge pull request #6717 from mermaid-js/6633-Stacking-blocks-renders-unexpected-space

6633: Log warning for blocks exceeding column width
This commit is contained in:
Alois Klink
2025-07-18 07:31:17 +00:00
committed by GitHub
4 changed files with 1042 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
'mermaid': patch
---
fix: log warning for blocks exceeding column width
This update adds a validation check that logs a warning message when a block's width exceeds the defined column layout.