From 7e9e00a593e4b88f16605d98f00ca80ed2455f3f Mon Sep 17 00:00:00 2001 From: lynnyliz Date: Wed, 20 Aug 2014 21:11:28 -0400 Subject: [PATCH] fixed an issue where hovering over the last item in a column would cause the column to lengthen if the item contained an Extra Notes bubble --- public/css/tasks.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/tasks.styl b/public/css/tasks.styl index 5da7b0443a..c4eae6ebef 100644 --- a/public/css/tasks.styl +++ b/public/css/tasks.styl @@ -127,7 +127,7 @@ for $stage in $stages position: relative &:hover cursor: move - &:last-child + :last-child margin-bottom: 0 label @@ -475,4 +475,4 @@ form margin: 0px 10px 3px 0px width: 5% li:hover .checklist-icons - opacity:1 + opacity:1 \ No newline at end of file