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"
|
||||
size="small"
|
||||
label={tag}
|
||||
style={{ marginRight: '10px' }}
|
||||
style={{ marginRight: '0.75em' }}
|
||||
component="li"
|
||||
/>)}
|
||||
</ul>));
|
||||
|
|
Loading…
Reference in New Issue