mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Support Multi-line Actor Descriptions
- Add support for <br/> delimiter in actor descriptions. - Add actorFontFamily and actorFontSize options to sequence diagram. - Change default actor description font from times to sans. Fix #384 #702 #755
This commit is contained in:
@@ -17,6 +17,8 @@ const conf = {
|
||||
width: 150,
|
||||
// Height of actor boxes
|
||||
height: 65,
|
||||
actorFontSize: 14,
|
||||
actorFontFamily: '"Open-Sans", "sans-serif"',
|
||||
// Margin around loop boxes
|
||||
boxMargin: 10,
|
||||
boxTextMargin: 5,
|
||||
|
Reference in New Issue
Block a user