mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
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:
parent
50a34eb6c7
commit
7e9e00a593
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ for $stage in $stages
|
||||||
position: relative
|
position: relative
|
||||||
&:hover
|
&:hover
|
||||||
cursor: move
|
cursor: move
|
||||||
&:last-child
|
:last-child
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
|
|
||||||
label
|
label
|
||||||
|
|
@ -475,4 +475,4 @@ form
|
||||||
margin: 0px 10px 3px 0px
|
margin: 0px 10px 3px 0px
|
||||||
width: 5%
|
width: 5%
|
||||||
li:hover .checklist-icons
|
li:hover .checklist-icons
|
||||||
opacity:1
|
opacity:1
|
||||||
Loading…
Reference in a new issue