mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
math is hard sometimes?
This commit is contained in:
@@ -970,7 +970,7 @@ const buildMessageModel = function(msg, actors) {
|
||||
msg.message,
|
||||
Math.max(
|
||||
msgDims.width + 2 * conf.wrapPadding,
|
||||
boundedWidth - 2 * conf.wrapPadding,
|
||||
boundedWidth + 2 * conf.wrapPadding,
|
||||
conf.width
|
||||
),
|
||||
conf.messageFont()
|
||||
@@ -979,7 +979,7 @@ const buildMessageModel = function(msg, actors) {
|
||||
return {
|
||||
width: Math.max(
|
||||
msgDims.width + 2 * conf.wrapPadding,
|
||||
boundedWidth - 2 * conf.wrapPadding,
|
||||
boundedWidth + 2 * conf.wrapPadding,
|
||||
conf.width
|
||||
),
|
||||
height: 0,
|
||||
|
Reference in New Issue
Block a user