diff --git a/awx/ui/static/js/controllers/Groups.js b/awx/ui/static/js/controllers/Groups.js index 52eb78ce64..89194e68d5 100644 --- a/awx/ui/static/js/controllers/Groups.js +++ b/awx/ui/static/js/controllers/Groups.js @@ -14,7 +14,7 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP { ClearScope('htmlTemplate'); //Garbage collection. Don't leave behind any listeners/watchers from the prior - //scope. + //scope. var generator = GenerateForm; var form = InventoryGroupsForm; diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index f11e5e8507..d8931a0bce 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -285,12 +285,6 @@ a:hover { color: @grey; text-align: center; background-color: @black; - - .inner-container { - max-width: 1170px; - margin: 0 auto; - padding: 0 10px; - } a, a:active, @@ -1283,7 +1277,7 @@ tr td button i { @media (min-width: 1200px) { - .container { + .container, { max-width: 96%; } diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 6ed1c18dd0..a616eaad9d 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -351,7 +351,7 @@

working...