Fix #46: Job Table overflow ellipsis
This commit is contained in:
@@ -3980,6 +3980,13 @@ table.jobTable > tfoot > tr > th,
|
||||
table.jobTable > tfoot > tr > td {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
table.jobTable td {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
-ms-text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
table.jobTable.hideStatusClosed tr[data-status=Closed] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -803,6 +803,13 @@ table.jobTable > tfoot > tr > th,
|
||||
table.jobTable > tfoot > tr > td {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
table.jobTable td {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
-ms-text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
table.jobTable.hideStatusClosed tr[data-status=Closed] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user