Skip to content

Commit

Permalink
Merge pull request #7 from antoKeinanen/fix/Anto/kanban-add-card-disp…
Browse files Browse the repository at this point in the history
…lays-2-lines

fix(jdanielmourao#220): let kanban card form take up all the available height
  • Loading branch information
antoKeinanen committed Apr 14, 2024
2 parents 40b17ef + 5b3c6f2 commit 750bcfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/plugins/kanban.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

.kanban-plugin__item-input {
border-radius: var(--radius-m);
padding: 2px 8px;
padding: 4px 8px;
height: 100%;
}
}

Expand Down

0 comments on commit 750bcfd

Please sign in to comment.