Tasks: changes margin units from px to em
parent
c113c8b283
commit
9f618ab36c
|
@ -29,7 +29,7 @@ const TagsList = React.memo((props: { tags: string[] }) => (
|
||||||
color="secondary"
|
color="secondary"
|
||||||
size="small"
|
size="small"
|
||||||
label={tag}
|
label={tag}
|
||||||
style={{ marginRight: '10px' }}
|
style={{ marginRight: '0.75em' }}
|
||||||
component="li"
|
component="li"
|
||||||
/>)}
|
/>)}
|
||||||
</ul>));
|
</ul>));
|
||||||
|
|
Loading…
Reference in New Issue