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 2855115 commit d6b1624Copy full SHA for d6b1624
src/layouts/MarkdownLayout.astro
@@ -9,3 +9,9 @@ const { title, description } = Astro.props;
9
<Layout title={title} description={description}>
10
<slot />
11
</Layout>
12
+
13
+<style>
14
+ .mermaid-0 {
15
+ min-width: 1264px;
16
+ }
17
+</style>
0 commit comments