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
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user