Commit 4edfe05c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix the margin overflow in the architecture diagram

Mermaid's default config option about flowcharts makes the big
ones have a top/bottom margin, see upstream issue
https://github.com/mermaid-js/mermaid/issues/1758

Since mermaid 8.6.0, we can apply an init directive and fix this
https://mermaid-js.github.io/mermaid/#/8.6.0_docs?id=init
parent 3b143c7a
......@@ -111,6 +111,7 @@ https://docs.google.com/drawings/d/1fBzAyklyveF-i-2q-OHUIqDkYfjjxC4mq5shwKSZHLs/
### Component diagram
```mermaid
%%{init: {"flowchart": { "useMaxWidth": false } }}%%
graph LR
%% Anchor items in the appropriate subgraph.
%% Link them where the destination* is.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment