From 9ef201c27cb862116df5566674a0c41be3f7f68b Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 24 Jan 2021 15:46:14 +0100 Subject: [PATCH] Fix task id spacing --- src/styles/components/kanban.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index b3b6559fc..c2a35d2da 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -162,12 +162,14 @@ $filter-container-height: '1rem - #{$switch-view-height}'; .task-id { color: $grey-500; font-size: .8rem; + margin-bottom: .25rem; + display: flex; } .is-done { - margin: 0; - font-size: .8rem; - padding: .25rem .5rem; + font-size: .75rem; + padding: .2rem .3rem; + margin: 0 .25rem 0 0; } &.is-moving {