mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Changed Listgroup to div
This commit is contained in:
parent
d4e4e3020c
commit
8f37afeec4
@ -34,8 +34,9 @@ const Badge = styled(PFBadge)`
|
||||
margin-left: 8px;
|
||||
`;
|
||||
|
||||
const ListGroup = styled.span`
|
||||
margin-left: 24px;
|
||||
const ListGroup = styled.div`
|
||||
margin-left: 8px;
|
||||
display: inline-block;
|
||||
`;
|
||||
|
||||
function InventoryListItem({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user