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 c5a9270 commit b631c1eCopy full SHA for b631c1e
site/src/components/Markdown/Markdown.tsx
@@ -86,7 +86,7 @@ export const Markdown: FC<MarkdownProps> = (props) => {
86
<code
87
{...props}
88
className={cn([
89
- "py-[1px] px-1 rounded-sm text-sm leading-none",
+ "py-px px-1 rounded-sm text-sm leading-none",
90
"bg-surface-tertiary dark:bg-surface-quaternary",
91
"text-content-primary",
92
props.className,
0 commit comments