From 83b848a75a646db915f9afd3b24af7c12358042f Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 3 Jan 2020 15:26:57 +1100 Subject: [PATCH] Update the font size of the diagram to make sure we can see full content --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5c91b29..e35223e 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,10 @@ } + .mermaid svg div { + font-size: 14px; + } + @@ -68,7 +72,7 @@ } } } - mermaid.initialize({ startOnLoad: false }); + mermaid.initialize({ startOnLoad: false});