mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Changed Listgroup to div
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user