Queue title overflowing into items

Dave,

Looks like you found a bug. The developers are aware of it, and we’ll let you know when this is fixed in a future release. In the meantime, you can add a css resource of

.nx-list { padding-top:20px;}

to push your list down so you can see it all. If your queue title takes up three lines you’ll have to add more padding to push the list down more. Additionally, if this problem is only showing up on some of your queues then you can give those the same css class and then specify that class in the css resource so that it’s only applied to them:

.titleoverlapqueue .nx-list { padding-top:20px;}

Thanks!
Amy