No wrap for table headers
This commit is contained in:
parent
596d5d46a9
commit
550eb7bf96
@ -87,7 +87,6 @@ export default {
|
||||
displayName: 'Workspace Role',
|
||||
attr: 'role',
|
||||
sortFunc: alphabeticalSort,
|
||||
width: "20%"
|
||||
},
|
||||
]
|
||||
|
||||
|
@ -63,6 +63,7 @@
|
||||
th, td {
|
||||
@include block-list-header;
|
||||
display: table-cell;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user