revert margin on last paragraph item
This commit is contained in:
parent
f95192beb0
commit
440493b05e
|
@ -10,7 +10,7 @@ const MDXComponents = {
|
|||
// paragraphs
|
||||
p: ({ children }: any) => {
|
||||
return (
|
||||
<Text mb={7} _last={{ mb: 0 }} size='sm' lineHeight={1.5}>
|
||||
<Text mb={7} size='sm' lineHeight={1.5}>
|
||||
{children}
|
||||
</Text>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue