No wrap for table headers
This commit is contained in:
parent
596d5d46a9
commit
550eb7bf96
@ -87,7 +87,6 @@ export default {
|
|||||||
displayName: 'Workspace Role',
|
displayName: 'Workspace Role',
|
||||||
attr: 'role',
|
attr: 'role',
|
||||||
sortFunc: alphabeticalSort,
|
sortFunc: alphabeticalSort,
|
||||||
width: "20%"
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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