We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06675c3 + a88a58d commit 43e38e1Copy full SHA for 43e38e1
3 files changed
docs/.vitepress/theme/custom.css
@@ -106,4 +106,8 @@
106
.VPFeatures .items .item:nth-child(3) .VPFeature .box .title {
107
font-weight: 600;
108
color: var(--vp-c-brand-1);
109
+}
110
+/* Override VitePress paragraph line-height specifically for Mermaid diagrams. Other configs cause issues (text overflowing) in multi-line diagrams */
111
+.vp-doc .mermaid p {
112
+ line-height: 24px !important;
113
}
0 commit comments