mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
#1269 Work around for inaccurate bounding box results in Safari. Fix for multiple lines
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
<div style="display: flex;width: 100%; height: 100%">
|
||||
<div class="mermaid" style="width: 100%; height: 100%">
|
||||
stateDiagram
|
||||
A --> B : this text causes the rendering bug
|
||||
O --> A : ong line using<br/>should work<br/>should work<br/>should work
|
||||
A --> B : ong line using<br/>should work
|
||||
B --> C : Sing line
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user