#1269 Work around for inaccurate bounding box results in Safari. Fix for multiple lines

This commit is contained in:
Knut Sveidqvist
2020-02-26 20:53:08 +01:00
parent dd5e6c18d5
commit 0ee9c69ddf
2 changed files with 19 additions and 8 deletions

View File

@@ -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>