fixed icon shape padding

This commit is contained in:
saurabhg772244
2024-09-18 21:40:55 +05:30
parent be9123ee2b
commit f035db2feb
5 changed files with 175 additions and 159 deletions

View File

@@ -62,16 +62,18 @@
<body style="display: flex; gap: 2rem; flex-direction: row">
<pre id="diagram4" class="mermaid">
flowchart TD
B2@{ icon: "fa:bell", form: "square", pos: "t", h: 80 }
flowchart LR
B2@{ icon: "fa:address-book", form: "square", pos: "b", h: 80 }
W --> B2
X --> B2
Y --> B2
Z --> B2
W --> B2 --> x1
X --> B2 --> x2
Y --> B2 --> x3
Z --> B2 --> x4
B2 --<strong>sas</strong>--> C
A --> B2
</pre>
<pre id="diagram4" class="mermaid2">