Browse Source

Fix mermaid chart size (#13865)

tags/v1.13.1
silverwind 4 years ago committed by GitHub
parent
commit
584d01cf2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      web_src/less/markdown/mermaid.less

3
web_src/less/markdown/mermaid.less

@ -3,7 +3,8 @@
justify-content: center;
align-items: center;
padding: 1rem;
margin: 1rem 0;
margin: 1rem auto;
height: auto;
}
/* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */

Loading…
Cancel
Save