* Fix bug#3680.

This commit is contained in:
qiyu-xie
2020-12-03 09:15:25 +08:00
parent f05389d7e9
commit cace16df72
+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;}