Skip to content

Commit

Permalink
Merge pull request #6421 from NomicFoundation/fix/mermaid-centering-v3
Browse files Browse the repository at this point in the history
Fix for mermaid centering on v3
  • Loading branch information
kanej authored Feb 28, 2025
2 parents f7a8f34 + 0ce6985 commit 4dbdd70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-lobsters-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/ignition-ui": patch
---

Fix for mermaid diagram centering in visalization report [#6409](/~https://github.com/NomicFoundation/hardhat/issues/6409).
1 change: 1 addition & 0 deletions v-next/hardhat-ignition-ui/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ span.future-to-module-arrow {
.mermaid svg {
height: 100%;
vertical-align: middle;
max-width: unset !important;
}

.mermaid span {
Expand Down

0 comments on commit 4dbdd70

Please sign in to comment.