From 5facdb221b9fad1b2dc60cb0321f821fa5a77cd2 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Tue, 26 Aug 2014 15:15:17 -0400 Subject: [PATCH] Support MacBook Pro 13" Display Removed 'funky wrapping' from project page on wee little viewports: https://trello.com/c/FVie0qm7/43-funky-wrapping-throughout-macbook-pro-13-retina-chrome --- awx/ui/static/js/lists/Projects.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/lists/Projects.js b/awx/ui/static/js/lists/Projects.js index 406e740809..b875cc50f7 100644 --- a/awx/ui/static/js/lists/Projects.js +++ b/awx/ui/static/js/lists/Projects.js @@ -40,7 +40,7 @@ angular.module('ProjectsListDefinition', []) name: { key: true, label: 'Name', - columnClass: "col-lg-6 col-md-4 col-sm-6 col-xs-6", + columnClass: "col-lg-5 col-md-4 col-sm-6 col-xs-6", modalColumnClass: 'col-md-8' }, last_updated: { @@ -56,7 +56,7 @@ angular.module('ProjectsListDefinition', []) searchType: 'select', searchOptions: [], // will be set by Options call to projects resource excludeModal: true, - columnClass: 'col-md-2 hidden-sm hidden-xs' + columnClass: 'col-lg-2 col-md-2 hidden-sm hidden-xs' } }, @@ -102,6 +102,9 @@ angular.module('ProjectsListDefinition', []) }, fieldActions: { + + columnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4', + scm_update: { ngClick: 'SCMUpdate(project.id, $event)', awToolTip: "{{ project.scm_update_tooltip }}",