Compact Kanban boards
complete
Work
Can we get the option to toggle to compact kanban boards? I can only see about five different tasks in a column on my screen--less if I use tags. It feels like the abundant white space is holding back the functionality of boards.
Log In
Michael Van Doorn
complete
Work
Michael Van Doorn WOOHOO! Thanks!
Marty Papamanolis
Here's an example:
And here's the CSS overrides if you want to play with it:
.cu-dashboard-board-card__subtask-add {
display: none;
}
.cu-dashboard-board-card__subtasks {
min-height: 0;
}
.cu-dashboard-board-card__features {
position: absolute;
bottom: -30px;
left: 10px;
opacity: 0.9;
width: calc(100% - 8px);
border: solid 0.5px #555;
box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3) !important;
border-radius: 0 10px 10px 10px;
z-index: 100000;
}
.cu-dashboard-board-card {
position: relative;
overflow: visible;
}
.cu-panel-board__header-container {
position: relative !important;
}
.cu-board-card-subtask__item {
position: relative !important;
}
.cu-panel-board {
position: relative;
overflow: visible;
margin-top: 1px;
margin-bottom: 1px;
}
.cu-dashboard-board__group-header-container {
padding-top: 0px;
}
.cu-dashboard-board__body-outer {
padding-top: 0
}
.cu-dashboard-board__body-inner {
padding-top: 0 !important;
margin: 0;
}
.cu-subtasks-by-status-popup {
position: absolute;
right: 0px;
}
.cu-dashboard-board-header-card {
height: 100% !important;
}
.cu-dashboard-board-SL-group-header {
height: 30px;
}
Laura | Mo-Do Studio
Totally agree. Trello is the best for kanban visuals in this terms, just if Clikup could take a look
F
Filip Kaliński
Laura | Mo-Do Studio Miro has also very lean view, but its very limited in functionality comparing to ClickUp. If only the experience could be customised to be more compact / lean in ClickUp it would be great!