Skip to content

Commit 92eb587

Browse files
committed
Pushing again to add a single exclimation point :(.
1 parent 58e6927 commit 92eb587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/core/mdx/mdx_component_map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function getMDXComponents(components?: MDXComponents): MDXComponents {
2727
return (
2828
<div
2929
className={
30-
"pl-4 border-l-4 border-l-primary [&_p]:before:content-none [&_p]:after:content-none"
30+
"pl-4 border-l-4 !border-l-primary [&_p]:before:content-none [&_p]:after:content-none"
3131
}
3232
>
3333
{props.children}

0 commit comments

Comments
 (0)