We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1eef70 commit 8a80339Copy full SHA for 8a80339
1 file changed
packages/frameworks/react-mdx/src/docs-layout/mdx.css
@@ -130,6 +130,10 @@ li.mdx {
130
font: var(--font-static-body-md-default);
131
}
132
133
+li.mdx:has(.shiki-wrapper.mdx:last-child) + li.mdx {
134
+ margin-top: var(--qui-mdx-margin-default);
135
+}
136
+
137
ol.mdx {
138
139
list-style-type: decimal;
0 commit comments