I don't think it has anything to do with sort order ( well not as such). It has to do with display inline.
It just happens that "A Maximum Sample of 1" and "A Maximum Sample of 3" put together are less than the width of the longest name. Because the longest name is setting the width of the container those two items, if they are next to each other can be squeezed onto one line. If they aren't next to each other they can't be squeezed onto one line. And the other items in the list are long enough that they take up a whole line too. Only those two items are short enough to fit on one line if they are next to each other.
As I say getting away from display inline is the way I would go. Actually by the looks of this I might rewrite the mod.


Reply With Quote
