* Modify css for task #65780.

This commit is contained in:
liumengyi
2022-08-22 16:13:51 +08:00
parent ce47faa9cf
commit 1d00010f72
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -1,2 +1,5 @@
.c-execution {width: 200px}
.c-build {width: 120px;}
.c-id {width: 60px;}
.c-status {width: 80px;}
.table-fixed td {text-overflow: ellipsis;}
+2
View File
@@ -1,3 +1,5 @@
#taskList tbody>tr>td, #taskList thead>tr>th {white-space: nowrap;}
td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.c-name {width: 200px;}
.c-id {width: 60px;}
.c-user, .c-status {width: 80px;}