We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a5ec6 commit bf19825Copy full SHA for bf19825
.changeset/tidy-suits-beg.md
@@ -0,0 +1,5 @@
1
+---
2
+'scoobie': patch
3
4
+
5
+mermaid: Fix flowchart labels being cut off
remark/mermaid/style.css
@@ -82,6 +82,11 @@ g.node foreignObject.label {
82
overflow-y: visible;
83
}
84
85
+g.edgeLabel foreignObject,
86
+g.label foreignObject {
87
+ overflow-x: visible;
88
+}
89
90
.edgeLabel div {
91
background-color: var(--mermaid-er-label-fill);
92
0 commit comments