diff --git a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx
index 5c6add4b21..936103c72f 100644
--- a/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx
+++ b/awx/ui_next/src/screens/Inventory/InventoryList/InventoryListItem.jsx
@@ -36,10 +36,6 @@ const Badge = styled(PFBadge)`
const ListGroup = styled.span`
margin-left: 24px;
-
- &:first-of-type {
- margin-left: 0;
- }
`;
function InventoryListItem({
@@ -110,7 +106,6 @@ function InventoryListItem({
)}
,
-
{inventory.kind === 'smart'
? i18n._(t`Smart Inventory`)
@@ -136,7 +131,6 @@ function InventoryListItem({
,
-
inventory.pending_deletion && (