Merge pull request #477 from dod-ccpo/sort-by-role-style

Fix arrow for sort by role on Members List
This commit is contained in:
montana-mil 2018-12-06 14:33:02 -05:00 committed by GitHub
commit aa5b100aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export default {
{
displayName: 'Workspace Role',
attr: 'role',
sortFunc: alphabeticalSort
sortFunc: alphabeticalSort,
},
]

View File

@ -63,6 +63,7 @@
th, td {
@include block-list-header;
display: table-cell;
white-space: nowrap;
}
}
}