mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-27 19:29:38 +02:00
1295 Support for subgraphs with wide labels
This commit is contained in:
@@ -36,14 +36,14 @@
|
||||
<div class="mermaid" style="width: 100%; height: 100%">
|
||||
graph TB
|
||||
A[apan klättrar]-- i träd -->B
|
||||
subgraph Test
|
||||
subgraph id1 [Test with title wider then the node in the subgraph]
|
||||
B
|
||||
end
|
||||
</div>
|
||||
<div class="mermaid" style="width: 100%; height: 100%">
|
||||
flowchart TB
|
||||
A[apan klättrar]-- i träd -->B
|
||||
subgraph Test
|
||||
subgraph id1 [Test with title wider then the node in the subgraph]
|
||||
B
|
||||
end
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user