Solved
Make drag/drop box height = # of choices plus one
Hi. I would like the drag and drop height to always be equal to the number of choices PLUS one blank space. It requires some dexterity for instance, to place a 5th choice at the bottom of a box that is the right height for four choices.
How can I do this? JavaScript or CSS? If so, any code snippet would be greatly appreciated!
Best answer by TomG
@Tom_R,
I think you can just make the bottom padding on the Groups the same height as a choice. For example:
```
.Skin .PGR .DragAndDrop td.groupsContainerTd div > div {padding-bottom: 25px}
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
