Fixed  Master Style: Style Properties

The same thing happens with the smilies page if the height is larger than the default row height.

smilies.webp
 
The system used to display things like this is really designed for one row (of known height). At one point, I think we had disabled the overflow, that might be worth doing again.

The smilie one is weird as it's using a table now and we have different approaches to doing things there.

On the whole, I consider both issues to be very minor. :)
 
Returned the overflow: hidden; white-space: nowrap; to .FilterList h4 a {}
 
The smilies use a different system - one that has to expand to fit the smilies.
 
Back
Top Bottom