fix(my-joy-beta): adjust tag/metadata count margin
This commit is contained in:
parent
be7e9f6d03
commit
20b6525eda
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user