fix(my-joy-beta): adjust tag/metadata count margin

This commit is contained in:
Sérgio Ramos 2018-02-01 10:55:36 +00:00
parent be7e9f6d03
commit 20b6525eda
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ export const Metadata = ({
</Description>
) : null}
{proceeded || expanded ? (
<Margin bottom={4}>
<Margin bottom={3}>
<H3>
{metadata.length} key:value pair{metadata.length === 1 ? '' : 's'}
</H3>

View File

@ -58,7 +58,7 @@ export const Tags = ({
) : null}
{proceeded || expanded ? (
<Fragment>
<Margin bottom={4}>
<Margin bottom={3}>
<H3>
{tags.length} Tag{tags.length === 1 ? '' : 's'}
</H3>