mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
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`
|
const Wrapper = styled.div`
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
`;
|
`;
|
||||||
/* eslint-enable react/jsx-pascal-case */
|
/* eslint-enable react/jsx-pascal-case */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user