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