/*Write your custom css in this file.*/

.kanban-bottom-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 10px;
    border-top: 1px solid rgb(233, 233, 233);
    padding-top: 8px;
}
.kanban-project-name{
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-left: auto;
}
.kanban-project-name svg{
    margin-top: 0px;
}
.kanban-item .meta {
    margin-top: 0px;
}