mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-09 05:06:28 +10:00
Update the font size of the diagram to make sure we can see full content
This commit is contained in:
+5
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user