Fix kanban cards overlapping with header (#1234)
Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
This commit is contained in:
parent
4264f69489
commit
8a9bb92330
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
.octo-board-header {
|
.octo-board-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: fit-content;
|
width: max-content;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
color: #909090;
|
color: #909090;
|
||||||
|
|
Loading…
Reference in a new issue