mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 02:27:05 +02:00
fix: edgeLabel width
This commit is contained in:
@@ -162,7 +162,7 @@ export const createText = (
|
||||
classes = '',
|
||||
useHtmlLabels = true,
|
||||
isNode = true,
|
||||
width,
|
||||
width = 200,
|
||||
addSvgBackground = false,
|
||||
} = {}
|
||||
) => {
|
||||
|
Reference in New Issue
Block a user