Skip to content

Commit ded720e

Browse files
committed
chore: simplify selector
1 parent d25fe0e commit ded720e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdComponents/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const Paragraph = (props: ChildOnlyProp) => (
106106

107107
export const Blockquote = (props: ChildOnlyProp) => (
108108
<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"
109+
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"
110110
{...props}
111111
/>
112112
)

0 commit comments

Comments
 (0)