Merge pull request #2557 from jaredevantabor/portal-mode-ux

Portal mode search bars 100%
This commit is contained in:
Jared Tabor 2016-06-21 16:46:17 -07:00 committed by GitHub
commit df29ba7c19
2 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,6 @@ export default
index: false, index: false,
hover: true, hover: true,
well: true, well: true,
searchSize: 'col-lg-8 col-md-8 col-sm-12 col-xs-12',
emptyListText: 'There are no job templates to display at this time', emptyListText: 'There are no job templates to display at this time',
fields: { fields: {
name: { name: {

View File

@ -16,7 +16,6 @@ export default
hover: true, hover: true,
well: true, well: true,
listTitle: 'Jobs', listTitle: 'Jobs',
searchSize: 'col-lg-8 col-md-8 col-sm-12 col-xs-12',
emptyListText: 'There are no jobs to display at this time', emptyListText: 'There are no jobs to display at this time',
fields: { fields: {