mermaid: remove whitespace from big graphs #143

This commit is contained in:
Sören Weber 2021-11-09 19:51:52 +01:00
parent aaa45f4083
commit d0b8b60463
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -1074,6 +1074,11 @@ option {
margin-top: 1.7rem;
}
.mermaid svg {
/* remove inline height from generated diagram */
height: initial !important;
}
.include.hide-first-heading h1:first-of-type,
.include.hide-first-heading h2:first-of-type,
.include.hide-first-heading h3:first-of-type,