If I have an unordered list with a number of items, and a max height set on this list with the ul
set to display: inline-block
(or floated). Then the scrollbar seems to take up the space "inside" the list forcing text to wrap around.
How can I avoid this? I don't mind if the scrollbar makes the list wider, I just want the list to take up its natural space.
http://jsbin.com/AzeBuHU/2/edit?html,css,output
Thanks