mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 20:16:36 +00:00
revert margin on last paragraph item
This commit is contained in:
parent
f95192beb0
commit
440493b05e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const MDXComponents = {
|
||||||
// paragraphs
|
// paragraphs
|
||||||
p: ({ children }: any) => {
|
p: ({ children }: any) => {
|
||||||
return (
|
return (
|
||||||
<Text mb={7} _last={{ mb: 0 }} size='sm' lineHeight={1.5}>
|
<Text mb={7} size='sm' lineHeight={1.5}>
|
||||||
{children}
|
{children}
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue