Skip to content

Commit

Permalink
Merge pull request #94 from koedame/feature/max-text-size
Browse files Browse the repository at this point in the history
Change maximum text size
  • Loading branch information
unchidev authored Jun 25, 2024
2 parents 035c717 + dae884f commit 7c3a921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
const filterText = Vue.ref('')

const reRender = () => {
mermaid.initialize({theme: 'dark'})
mermaid.initialize({theme: 'dark', maxTextSize: 99999999})
mermaid.init()
graph.value = mermaid.mermaidAPI.render("mermaid-erd", mermaidErd.value);
document.getElementById('preview').innerHTML = graph.value
Expand Down

0 comments on commit 7c3a921

Please sign in to comment.