mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-24 13:50:40 +00:00
fix: temp fix mermaid svg height (#488)
This commit is contained in:
parent
b765bdf561
commit
2e1098d3e3
@ -192,6 +192,12 @@
|
||||
// {{< mermaid >}}
|
||||
.gdoc-mermaid {
|
||||
font-family: "Liberation Sans", sans-serif;
|
||||
|
||||
// Fix height of mermaid SVG elements (see https://github.com/mermaid-js/mermaid/issues/2481)
|
||||
> svg {
|
||||
height: 100%;
|
||||
padding: $padding-8;
|
||||
}
|
||||
}
|
||||
|
||||
// {{< propertylist >}}
|
||||
|
Loading…
Reference in New Issue
Block a user