Not a bug  Bug in Smileys?

This is not a bug, just increase the width of the smilie box.

Add this to EXTRA.css
Code:
/* Increase width of smiley dropdown menu */
.xenForoSkin .mceSmiliesMenu div {
width: 300px !important;
}

Change the width to suit.
 
Top Bottom