mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 14:18:01 +08:00
mermaid: remove whitespace from big graphs #143
This commit is contained in:
parent
aaa45f4083
commit
d0b8b60463
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user