Fix kanban cards overlapping with header (#1234)

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
This commit is contained in:
xMicky24GIT 2021-10-01 13:14:15 +02:00 committed by GitHub
parent 4264f69489
commit 8a9bb92330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
.octo-board-header {
display: flex;
flex-direction: row;
width: fit-content;
width: max-content;
min-height: 30px;
padding: 16px 0;
color: #909090;