Wrap the sparkline down to the next line instead of overflowing

This commit is contained in:
mabashian 2020-12-09 16:06:43 -05:00
parent 0ac38ef5fc
commit 6abc981a5e

View File

@ -16,6 +16,7 @@ const Link = styled(props => <_Link {...props} />)`
const Wrapper = styled.div`
display: inline-flex;
flex-wrap: wrap;
`;
/* eslint-enable react/jsx-pascal-case */