auto width for the default style

This commit is contained in:
Gilles De Mey
2015-09-15 19:11:05 +02:00
parent a989b5ccde
commit b04f198f3e

2
dist/mermaid.css vendored
View File

@@ -256,5 +256,5 @@ text {
} }
.mermaid { .mermaid {
width:1200px; width: auto;
} }