SpaceKrakens / Ranked-Vote

a Ranked-Voting system for developers using GitHub
7 stars 2 forks source link

Can't remove a vote if all votes are added #14

Closed NogginBops closed 7 years ago

NogginBops commented 7 years ago

@powli said that this is because the container for the voting options is removed if it's empty.

Is there a way to also make that area/container more visible as it's kind of hard to see where you should drag back an option? Like setting a minimum size?

powli commented 7 years ago

To clarify: it's technically not removed, but it's height get's reduced to 0, so it is impossible to move options back into it.

I would propose adding a min-height and a light grey background to the available option box, so it's easier to see and put stuff into it.

powli commented 7 years ago

@longtomjr fix it! 😆