mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-03 19:17:00 +01:00
Fixed incorrect positioning and bounds for actors and notes with wrapping enabled and disabled
This commit is contained in:
@@ -10,7 +10,7 @@ $arrowheadColor: $mainContrastColor;
|
||||
/* Flowchart variables */
|
||||
|
||||
$nodeBkg: $mainBkg;
|
||||
$nodeBorder: purple;
|
||||
$nodeBorder: $border1;
|
||||
$clusterBkg: $secondBkg;
|
||||
$clusterBorder: $border2;
|
||||
$defaultLinkColor: $lineColor;
|
||||
|
||||
Reference in New Issue
Block a user