From 8a9bb923309f77758421c6ef5c28c57e15191303 Mon Sep 17 00:00:00 2001 From: xMicky24GIT <31669768+xMicky24GIT@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:14:15 +0200 Subject: [PATCH] Fix kanban cards overlapping with header (#1234) Co-authored-by: Asaad Mahmood --- webapp/src/components/kanban/kanban.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/kanban/kanban.scss b/webapp/src/components/kanban/kanban.scss index cf75171ec..5c4b04b16 100644 --- a/webapp/src/components/kanban/kanban.scss +++ b/webapp/src/components/kanban/kanban.scss @@ -5,7 +5,7 @@ .octo-board-header { display: flex; flex-direction: row; - width: fit-content; + width: max-content; min-height: 30px; padding: 16px 0; color: #909090;