From 2f3927fcaae120a42f6fbaa4b658006bded74cc9 Mon Sep 17 00:00:00 2001 From: chen Date: Fri, 3 May 2019 21:57:00 +0800 Subject: [PATCH] column-background should have 100% width (#11142) --- website/client/components/tasks/column.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/components/tasks/column.vue b/website/client/components/tasks/column.vue index 2231f8cfe2..aec4e12fa6 100644 --- a/website/client/components/tasks/column.vue +++ b/website/client/components/tasks/column.vue @@ -205,6 +205,7 @@ .column-background { position: absolute; + width: 100%; bottom: 32px; &.initial-description {