Fix mermaid chart size (#13865)

This commit is contained in:
silverwind 2020-12-06 04:13:31 +01:00 committed by GitHub
parent 798fdeae45
commit 584d01cf2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 */