mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-23 09:13:34 -05:00
Wrap the sparkline down to the next line instead of overflowing
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user