Fix #46: Job Table overflow ellipsis
This commit is contained in:
@@ -742,6 +742,14 @@ table.jobTable {
|
||||
.tableData;
|
||||
table-layout: fixed;
|
||||
|
||||
td {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
-ms-text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&.hideStatusClosed {
|
||||
tr[data-status=Closed] {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user