Closed ishikawa999 closed 6 days ago
Width issue: In responsive mode, it is correct for the width to change from width: initial to width: 100% to properly adapt to the screen size. To ensure this transition is not blocked, the overriding width: initial; style has been removed.
Precisely, This issue appears regardless of whether responsive mode is enabled or not. However, this pull request takes care of it, so there's no problem.
@hidakatsuya Thanks for the review. Merging.
This PR fixes two issues related to div.mermaid svg styling in responsive mode:
width: initial;
style has been removed.height: auto;
.