Update the font size of the diagram to make sure we can see full content

This commit is contained in:
2020-01-03 15:26:57 +11:00
parent f9e1b7d3ae
commit 83b848a75a
+5 -1
View File
@@ -31,6 +31,10 @@
}
.mermaid svg div {
font-size: 14px;
}
</style>
</head>
@@ -68,7 +72,7 @@
}
}
}
mermaid.initialize({ startOnLoad: false });
mermaid.initialize({ startOnLoad: false});
</script>
</body>