* Finish task#41564.

This commit is contained in:
qiyu-xie
2021-08-18 16:17:44 +08:00
parent ff36cd96f1
commit 4de2b1e37f
+2 -1
View File
@@ -22,7 +22,8 @@
.board-title {padding-right: 20px;}
.board-actions {position: absolute; right: 3px; top: 3px;}
.board-actions.nav > li > a {padding: 3px 3px;}
#kanban {overflow-y: auto; min-height:350px;}
#kanban {overflow-y: auto; min-height: 350px;}
#kanban > .table {min-width: 1100px; table-layout: auto;}
#kanban.dragging .boards.dragging .board {background: #eee; opacity: .35; border-color: #f1f1f1;}
#kanban thead > tr > th {padding-left: 0; padding-right: 0;}