Fix config param name. Drop duplicated field in css example.

This commit is contained in:
Maciej Korycinski 2020-05-19 11:09:08 +02:00 committed by GitHub
parent 0ac48a431a
commit 232f1fda6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -468,7 +468,6 @@ text.actor {
.note {
stroke: #decc93;
stroke: #ccccff;
fill: #fff5ad;
}
@ -503,7 +502,7 @@ mermaid.sequenceConfig = {
| Param | Description | Default value |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------ |
| mirrorActor | Turns on/off the rendering of actors below the diagram as well as above it | false |
| mirrorActors | Turns on/off the rendering of actors below the diagram as well as above it | false |
| bottomMarginAdj | Adjusts how far down the graph ended. Wide borders styles with css could generate unwanted clipping which is why this config param exists. | 1 |
| actorFontSize | Sets the font size for the actor's description | 14 |
| actorFontFamily | Sets the font family for the actor's description | "Open-Sans", "sans-serif" |