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.
1 parent d8573d9 commit ed749d1Copy full SHA for ed749d1
assets/scss/_custom.scss
@@ -61,6 +61,15 @@ body.td-404 main .error-details {
61
margin-bottom: 0;
62
}
63
64
+/* Global - Mermaid.js diagrams */
65
+
66
+.mermaid {
67
+ overflow: scroll;
68
+ max-width: 80%;
69
+ border: 1px solid rgb(222, 226, 230);
70
+ border-radius: 5px;
71
+}
72
73
/* HEADER */
74
75
.td-navbar {
@@ -542,3 +551,5 @@ body.td-documentation {
542
551
543
552
544
553
554
555
0 commit comments