mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-28 03:39:38 +02:00
Fix Requirement overflow
This commit is contained in:
@@ -86,7 +86,7 @@ const newBodyNode = (parentNode, id, txts, yStart) => {
|
||||
// );
|
||||
|
||||
let currentRow = 0;
|
||||
const charLimit = 30;
|
||||
const charLimit = 24;
|
||||
let wrappedTxts = [];
|
||||
txts.forEach((textStr) => {
|
||||
let currentTextLen = textStr.length;
|
||||
|
Reference in New Issue
Block a user