diff --git a/awx/ui/client/src/inventories/inventory.list.js b/awx/ui/client/src/inventories/inventory.list.js
index 1969a1920d..8b401e6159 100644
--- a/awx/ui/client/src/inventories/inventory.list.js
+++ b/awx/ui/client/src/inventories/inventory.list.js
@@ -27,7 +27,7 @@ export default ['i18n', function(i18n) {
ngClick: "null",
iconOnly: true,
excludeModal: true,
- template: ``,
+ template: ``,
icons: [{
icon: "{{ 'icon-cloud-' + inventory.syncStatus }}",
awToolTip: "{{ inventory.syncTip }}",
diff --git a/awx/ui/client/src/inventories/list/host-summary-popover/host-summary-popover.block.less b/awx/ui/client/src/inventories/list/host-summary-popover/host-summary-popover.block.less
new file mode 100644
index 0000000000..5d04f3b558
--- /dev/null
+++ b/awx/ui/client/src/inventories/list/host-summary-popover/host-summary-popover.block.less
@@ -0,0 +1,3 @@
+.HostSummaryPopover-noSourceSummary {
+ margin-left: 19px;
+}