Tasks: changes margin units from px to em

master
Andrew P Maney 5 years ago committed by Tom Hacohen
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…
Cancel
Save