Omnibus commited on
Commit
625621e
·
verified ·
1 Parent(s): 97b36fc

Update merm.html

Browse files
Files changed (1) hide show
  1. merm.html +4 -4
merm.html CHANGED
@@ -8,8 +8,8 @@
8
 
9
  <style>
10
  #chart_box{
11
- display: block;
12
- }
13
 
14
 
15
  </style>
@@ -39,10 +39,10 @@
39
  startOnLoad: true,
40
  securityLevel: 'loose',
41
  flowchart: {
42
- useMaxWidth: 0,
43
  },
44
  gantt: {
45
- useMaxWidth: 0,
46
  },
47
  }
48
  //const mermaidConfig = merge(defaultConfig, config)
 
8
 
9
  <style>
10
  #chart_box{
11
+ text-align: center;
12
+ }
13
 
14
 
15
  </style>
 
39
  startOnLoad: true,
40
  securityLevel: 'loose',
41
  flowchart: {
42
+ useMaxWidth: !0,
43
  },
44
  gantt: {
45
+ useMaxWidth: !0,
46
  },
47
  }
48
  //const mermaidConfig = merge(defaultConfig, config)