No wrap for table headers

This commit is contained in:
Montana 2018-12-05 11:33:49 -05:00
parent 596d5d46a9
commit 550eb7bf96
2 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,6 @@ export default {
displayName: 'Workspace Role', displayName: 'Workspace Role',
attr: 'role', attr: 'role',
sortFunc: alphabeticalSort, sortFunc: alphabeticalSort,
width: "20%"
}, },
] ]

View File

@ -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;
} }
} }
} }