mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Wrap the sparkline down to the next line instead of overflowing
This commit is contained in:
parent
0ac38ef5fc
commit
6abc981a5e
@ -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 */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user