@zenuml/core 3.4.0 → 3.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/embed.html CHANGED
@@ -186,7 +186,7 @@
186
186
  </script>
187
187
 
188
188
  <div id="diagram" class="diagram" style="text-align: center">
189
- <pre class="zenuml"></pre>
189
+ <pre class="zenuml" style="margin: 0;"></pre>
190
190
  </div>
191
191
  <script type="module" src="src/main.ts"></script>
192
192
  </body>
package/index.html CHANGED
@@ -73,7 +73,7 @@
73
73
  ></textarea>
74
74
  </div>
75
75
  <div class="col-span-4">
76
- <pre class="zenuml"></pre>
76
+ <pre class="zenuml" style="margin:0;"></pre>
77
77
  </div>
78
78
  </div>
79
79
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenuml/core",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "repository": {