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:
commit
aa5b100aa5
@ -86,7 +86,7 @@ export default {
|
|||||||
{
|
{
|
||||||
displayName: 'Workspace Role',
|
displayName: 'Workspace Role',
|
||||||
attr: 'role',
|
attr: 'role',
|
||||||
sortFunc: alphabeticalSort
|
sortFunc: alphabeticalSort,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
th, td {
|
th, td {
|
||||||
@include block-list-header;
|
@include block-list-header;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user