diff --git a/awx/ui/static/lib/ansible/generator-helpers.js b/awx/ui/static/lib/ansible/generator-helpers.js index 32ee1f71e0..adf28fe41e 100644 --- a/awx/ui/static/lib/ansible/generator-helpers.js +++ b/awx/ui/static/lib/ansible/generator-helpers.js @@ -742,7 +742,7 @@ angular.module('GeneratorHelpers', []) if (includeSize) { html += "
\n"; } diff --git a/awx/ui/static/lib/ansible/list-generator.js b/awx/ui/static/lib/ansible/list-generator.js index 441411b277..0795fcb35b 100644 --- a/awx/ui/static/lib/ansible/list-generator.js +++ b/awx/ui/static/lib/ansible/list-generator.js @@ -228,7 +228,7 @@ angular.module('ListGenerator', ['GeneratorHelpers']) } else if (options.id !== undefined) { html += "col-lg-4"; } else { - html += "col-lg-8 col-md-6"; + html += "col-lg-8 col-md-6 col-sm-4 col-xs-3"; } html += "\">\n";