mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
mermaid: remove whitespace from big graphs #143
This commit is contained in:
parent
aaa45f4083
commit
d0b8b60463
1 changed files with 5 additions and 0 deletions
|
@ -1074,6 +1074,11 @@ option {
|
||||||
margin-top: 1.7rem;
|
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 h1:first-of-type,
|
||||||
.include.hide-first-heading h2:first-of-type,
|
.include.hide-first-heading h2:first-of-type,
|
||||||
.include.hide-first-heading h3:first-of-type,
|
.include.hide-first-heading h3:first-of-type,
|
||||||
|
|
Loading…
Reference in a new issue