We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e51dc commit ede059eCopy full SHA for ede059e
src/layouts/MarkdownLayout.astro
@@ -10,7 +10,7 @@ const { title, description } = Astro.props;
10
<slot />
11
</Layout>
12
13
-<style>
+<style is:global>
14
#mermaid-0 {
15
min-width: 1264px;
16
}
0 commit comments