diff --git a/awx/ui/client/legacy/styles/lists.less b/awx/ui/client/legacy/styles/lists.less index 2a6ce194da..562b1d79d1 100644 --- a/awx/ui/client/legacy/styles/lists.less +++ b/awx/ui/client/legacy/styles/lists.less @@ -218,6 +218,13 @@ table, tbody { // float: right; } +@media screen and (max-width: 1200px) { + .List-actionHolder--rootGroups { + justify-content: flex-start; + margin-bottom: 55px; + } +} + .List-actionHolder--leftAlign { margin-left: 50%; justify-content: flex-start; diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/groups.list.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/groups.list.js index ab2308b2e9..e8607248b6 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/groups.list.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/groups.list.js @@ -17,6 +17,7 @@ trackBy: 'group.id', basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/', layoutClass: 'List-staticColumnLayout--groups', + actionHolderClass: 'List-actionHolder List-actionHolder--rootGroups', staticColumns: [ { field: 'failed_hosts',