mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Merge pull request #3898 from lynnyliz/develop
Columns were made longer by hovering over the last task in the list
This commit is contained in:
commit
73ebdf01af
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue