diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 0e33a30305..8188277540 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -1321,6 +1321,7 @@ input[type="checkbox"].checkbox-no-label { #groups-container .well, #hosts-container .well { padding: 8px; + margin-bottom: 0; } #inventories_table i[class*="icon-job-"], @@ -1710,6 +1711,9 @@ tr td button i { #hosts-container.col-lg-6 { padding-left: 15px; padding-right: 15px; + .well { + margin-bottom: 0; + } } }