* Fix bug#3680.

This commit is contained in:
qiyu-xie
2020-12-03 09:18:43 +08:00
parent b8b305000e
commit c7fa3309ad
+2 -1
View File
@@ -3,4 +3,5 @@
.table-grouped {box-shadow: none!important;}
.table-footer {margin-left: 205px; margin-top: 10px;}
.table-grouped > thead>tr>th.c-id,
.table-grouped > tbody>tr>td.c-id {padding-left: 15px;}
.table-grouped > tbody>tr>td.c-id {padding-left: 15px;}
.table-grouped > tbody>tr>td {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}