Skip to content

Commit 6738c75

Browse files
Merge branch 'main' into docs/rendering-modes
2 parents 75c77b2 + ac2ce9c commit 6738c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solidbase-theme/mdx-components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export const pre = (props: ParentProps) => {
234234
export const code = (props: ParentProps) => {
235235
return (
236236
<code
237-
class="not-prose inline-block rounded-lg bg-blue-200 px-1 py-0.5 !font-mono text-[0.8em] font-semibold leading-snug text-slate-900 dark:bg-slate-600/60 dark:text-white"
237+
class="not-prose inline-flex rounded-lg bg-blue-200 px-1 py-0.5 !font-mono text-[0.8em] font-semibold leading-snug text-slate-900 dark:bg-slate-600/60 dark:text-white"
238238
{...props}
239239
>
240240
{props.children}

0 commit comments

Comments
 (0)