You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
283 B
14 lines
283 B
4 years ago
|
.mermaid-chart {
|
||
4 years ago
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
padding: 1rem;
|
||
4 years ago
|
margin: 1rem auto;
|
||
|
height: auto;
|
||
4 years ago
|
}
|
||
|
|
||
|
/* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */
|
||
|
body > div[id*="mermaid-"] {
|
||
4 years ago
|
display: none !important;
|
||
4 years ago
|
}
|