Skip to content

Commit 97877cd

Browse files
authored
Remove max-width for Mermaid diagrams
Remove max-width restriction for Mermaid diagrams.
1 parent f85f4eb commit 97877cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/src/styles/custom.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Mermaid diagrams */
1010
.mermaid,
1111
.sl-markdown-content .mermaid {
12-
max-width: 600px !important;
1312
margin: 2rem auto !important;
1413
overflow: visible !important;
1514
padding: 1rem !important;
@@ -435,4 +434,4 @@ main.sl-markdown-content,
435434
width: 100vw !important;
436435
max-width: 100% !important;
437436
}
438-
}
437+
}

0 commit comments

Comments
 (0)