Fix board column header alignment
This commit is contained in:
parent
a40da29a0e
commit
e745f8a235
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
|
||||
<!-- column in expanded mode -->
|
||||
<div class="board-column-expanded">
|
||||
<div class="board-column-expanded-header">
|
||||
<?php if (! $not_editable && $this->projectRole->canCreateTaskInColumn($column['project_id'], $column['id'])): ?>
|
||||
<?= $this->task->getNewBoardTaskButton($swimlane, $column) ?>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
|
||||
<!-- column in expanded mode -->
|
||||
<div class="board-column-expanded">
|
||||
<div class="board-column-expanded-header">
|
||||
<span class="board-column-title">
|
||||
</span>
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -53,6 +53,11 @@
|
|||
display: none
|
||||
}
|
||||
|
||||
.board-column-expanded-header {
|
||||
display: flex;
|
||||
align-items: center
|
||||
}
|
||||
|
||||
td.board-column-task-collapsed {
|
||||
font-weight: bold;
|
||||
background-color: #fbfbfb
|
||||
|
|
|
|||
Loading…
Reference in New Issue