UseBB Community

The official board for UseBB help and discussion

UseBB Community » Bug Reports » [INVALID] Small Template Bug

[INVALID] Small Template Bug

Page: 1

Author Post
Member
Registered: Jun 2006
Posts: 4
When viewing a post, long usernames get cut off.

This happens in both Firefox and IE.

Please see image:

User posted image
« Last edit by Dietrich on Sat Jun 10, 2006 6:03 pm. »
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
It's not a bug. The username is embedded in a <div /> with an overflow:hide. This is done to prevent that the side bar with the usernames is stretched due to long usernames.

You can always comment that line out in the stylesheet:
table.maintable td.postername .posternamecontainer {	
overflow: hidden;
width: 135px;
}
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog

Page: 1

UseBB Community » Bug Reports » [INVALID] Small Template Bug

UseBB Community is powered by UseBB 1 Forum Software