mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
chore: update line-height for docs text (#174)
This commit is contained in:
parent
0051501bc5
commit
de9bb9ca63
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const MDComponents = {
|
|||
// paragraphs
|
||||
p: ({ children }: any) => {
|
||||
return (
|
||||
<Text mb='7 !important' lineHeight={1.5}>
|
||||
<Text mb='7 !important' lineHeight={1.6}>
|
||||
{children}
|
||||
</Text>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue