Portal jobs widget resize issue

the 'Started' column needed to be hidden on small (<991px) devices/screen sizes, instead of for only extra small (<769px)
This commit is contained in:
Jared Tabor
2015-07-01 12:00:24 -04:00
parent 5b16934459
commit 0acf8aecbc

View File

@@ -3,7 +3,7 @@
*
* All Rights Reserved
*************************************************/
export default
angular.module('PortalJobsListDefinition', [])
@@ -53,7 +53,7 @@ export default
noLink: true,
searchable: false,
filter: "longDate",
columnClass: "col-lg-3 col-md-3 hidden-xs"
columnClass: "col-lg-3 col-md-3 hidden-sm"
},
name: {
label: 'Name',