Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -40,13 +40,14 @@
|
|
| 40 |
startOnLoad: true,
|
| 41 |
securityLevel: 'loose',
|
| 42 |
td: {
|
|
|
|
| 43 |
useMaxWidth: 0,
|
| 44 |
},
|
| 45 |
gantt: {
|
| 46 |
useMaxWidth: 0,
|
| 47 |
},
|
| 48 |
}
|
| 49 |
-
const mermaidConfig = merge(defaultConfig, config)
|
| 50 |
|
| 51 |
|
| 52 |
|
|
|
|
| 40 |
startOnLoad: true,
|
| 41 |
securityLevel: 'loose',
|
| 42 |
td: {
|
| 43 |
+
useWidth:100,
|
| 44 |
useMaxWidth: 0,
|
| 45 |
},
|
| 46 |
gantt: {
|
| 47 |
useMaxWidth: 0,
|
| 48 |
},
|
| 49 |
}
|
| 50 |
+
//const mermaidConfig = merge(defaultConfig, config)
|
| 51 |
|
| 52 |
|
| 53 |
|