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 d25fe0e commit ded720eCopy full SHA for ded720e
src/components/MdComponents/index.tsx
@@ -106,7 +106,7 @@ export const Paragraph = (props: ChildOnlyProp) => (
106
107
export const Blockquote = (props: ChildOnlyProp) => (
108
<blockquote
109
- className="mb-4 mt-8 border-l-2 border-accent-a bg-accent-a/10 p-6 [&>*:last-child]:mb-0 [&>:first-child]:mt-0"
+ className="mb-4 mt-8 border-l-2 border-accent-a bg-accent-a/10 p-6 [&>:first-child]:mt-0 [&>:last-child]:mb-0"
110
{...props}
111
/>
112
)
0 commit comments