diff --git a/src/components/board/Board.vue b/src/components/board/Board.vue index 71499f427..5b43205a0 100644 --- a/src/components/board/Board.vue +++ b/src/components/board/Board.vue @@ -162,8 +162,7 @@ export default { flex-grow: 1; display: flex; flex-direction: column; - padding: 3px; - padding-top: 0; + padding: 0; /** * Use this to scroll each stack individually * This currenly has the issue that the popover menu will be cut off diff --git a/src/components/cards/CardItem.vue b/src/components/cards/CardItem.vue index 3ea0701e1..6ab96426d 100644 --- a/src/components/cards/CardItem.vue +++ b/src/components/cards/CardItem.vue @@ -217,8 +217,8 @@ export default {