* fix border style for product/kanban.
This commit is contained in:
@@ -10,10 +10,11 @@
|
||||
.board-item:last-child {margin-bottom: 10px;}
|
||||
|
||||
#kanban {overflow-y: auto;}
|
||||
#kanban tbody > tr > td {line-height: 24px;}
|
||||
#kanban tbody > tr > td{border-right: 3px solid #fff; border-bottom: 2px solid #fff;}
|
||||
#kanban tbody > tr > td {line-height: 20px;}
|
||||
#kanban tbody > tr > td {border-right: 3px solid #fff; border-bottom: 2px solid #fff;}
|
||||
#kanban thead > tr:first-child > th:not(:first-child) {border-right: 2px solid #fff; border-bottom: 2px solid #fff;}
|
||||
#kanban thead > tr:last-child > th {border: 2px solid #fff;}
|
||||
#kanban a {line-height: 24px;}
|
||||
|
||||
.doing-td, .wait-project, .normal-plan, .normal-release {vertical-align: top !important;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user