diff --git a/theme.css b/theme.css index b3f8a47..049d768 100755 --- a/theme.css +++ b/theme.css @@ -3112,4 +3112,9 @@ body:not(.is-mobile) .workspace-tabs.mod-top .workspace-tab-header-container .si .omnisearch-input-container__buttons { display: none; -} \ No newline at end of file +} + +.mermaid svg { + max-width: 100%; + height: auto; + } \ No newline at end of file