Merge pull request #3966 from bugzbrown/patch-1
Update Kanban column to allow vertical scroll
This commit is contained in:
commit
266abc8dd1
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
vertical-align: top;
|
||||
white-space: normal;
|
||||
cursor: pointer;
|
||||
max-height:70vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.kanban-column-last {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue