MyBB Community Forums

Full Version: addon length in mods site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
If we use a long subject for our addons,
mods seems bad! :-(
please see: http://community.mybb.com/mods.php?actio...category=4
[attachment=32356]
Fix:
I find a fix that fixes this issue.
this code:
div.addon_title a {

 overflow: hidden;
max-height: 15px;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: break-word;
}
Thank you Smile