diff --git a/src/App.vue b/src/App.vue index 44fdd18af..3228949dc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -216,10 +216,13 @@
diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index d014776df..11fed82b0 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -4,6 +4,10 @@ $ease-out: all .3s cubic-bezier(0.23, 1, 0.32, 1); $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px'; +.app-content.list\.kanban { + padding-bottom: 0; +} + .kanban { display: flex;