We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd27af commit cdc8581Copy full SHA for cdc8581
1 file changed
public/css/mermaid.css
@@ -4,6 +4,18 @@
4
.mermaid .label {
5
color: #333;
6
}
7
+/* workaround to solve conflict bootstrap styles */
8
+.mermaid .label {
9
+ display: unset;
10
+ padding: unset;
11
+ font-size: unset;
12
+ font-weight: unset;
13
+ line-height: unset;
14
+ text-align: unset;
15
+ white-space: unset;
16
+ vertical-align: unset;
17
+ border-radius: unset;
18
+}
19
.mermaid .node rect,
20
.mermaid .node circle,
21
.mermaid .node ellipse,
0 commit comments