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.

mermaid.less 264B

123456789101112
  1. .mermaid-chart {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. padding: 1rem;
  6. margin: 1rem 0;
  7. }
  8. /* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */
  9. body > div[id*="mermaid-"] {
  10. display: none !important;
  11. }