fix: proper mermaid diagram size (#10487)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2026-02-05 09:21:52 +07:00
committed by GitHub
parent 773fee05be
commit 70895d7338
3 changed files with 60 additions and 23 deletions
+3 -1
View File
@@ -584,9 +584,11 @@ pre.proseCodeBlock>pre.proseCode {
.mermaidPreview {
width: 100%;
display: flex;
justify-content: center;
svg {
width: 100%;
width: auto;
max-width: 100%;
height: auto;
display: block;