fix: temp fix mermaid svg height (#488)
This commit is contained in:
parent
b765bdf561
commit
2e1098d3e3
1 changed files with 6 additions and 0 deletions
|
@ -192,6 +192,12 @@
|
||||||
// {{< mermaid >}}
|
// {{< mermaid >}}
|
||||||
.gdoc-mermaid {
|
.gdoc-mermaid {
|
||||||
font-family: "Liberation Sans", sans-serif;
|
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 >}}
|
// {{< propertylist >}}
|
||||||
|
|
Loading…
Reference in a new issue