2020-08-05 01:26:37 +05:30
|
|
|
.mermaid-chart {
|
2020-08-26 01:18:53 +05:30
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 1rem;
|
2020-12-06 08:35:22 +05:30
|
|
|
margin: 1rem auto;
|
|
|
|
height: auto;
|
2020-08-05 01:26:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */
|
|
|
|
body > div[id*="mermaid-"] {
|
2020-08-26 01:18:53 +05:30
|
|
|
display: none !important;
|
2020-08-05 01:26:37 +05:30
|
|
|
}
|