fix wrapping of name columns

This commit is contained in:
John Mitchell 2016-07-22 14:37:16 -04:00
parent 6fa95322f5
commit 22a96240a3
2 changed files with 0 additions and 9 deletions

View File

@ -80,12 +80,6 @@ a.red-txt:active {
text-overflow: ellipsis;
}
.name-column {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
blockquote {
font-size: 14px;
}

View File

@ -48,9 +48,6 @@ export default
columnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-6',
ngClick: "viewJobDetails(all_job)",
defaultSearchField: true,
awToolTip: "{{ all_job.name | sanitize }}",
dataTipWatch: 'all_job.name',
dataPlacement: 'top'
},
type: {
label: 'Type',