* Modify text-overflow style.
This commit is contained in:
@@ -2,4 +2,3 @@
|
||||
.c-build {width: 120px;}
|
||||
.c-id {width: 60px;}
|
||||
.c-status {width: 80px;}
|
||||
.table-fixed td {text-overflow: ellipsis;}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#taskList tbody>tr>td, #taskList thead>tr>th {white-space: nowrap;}
|
||||
td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
||||
#taskList td {overflow: hidden; text-overflow: unset;}
|
||||
.c-name {width: 200px;}
|
||||
.c-id {width: 60px;}
|
||||
.c-user, .c-status {width: 80px;}
|
||||
|
||||
Reference in New Issue
Block a user