Forum
Welcome, Guest
Please Login to access forum.
Re:Preventing user name from wrapping (1 viewing) 
Go to bottom
TOPIC: Re:Preventing user name from wrapping
#900
John Dagelmore
Admin
Posts: 3881
User Online Now
Re:Preventing user name from wrapping Karma: 84  
Hello Jan, thanks a lot!

You could try to add this piece of CSS to your template file so to avoid override.
This should give more space to the name preventing wrapping.

Code:

#jchat_wall_popup span.jchat_chatboxmessagecontent { max-width: 50%; }
Code:

#jchat_wall_popup span.jchat_chatboxmessagefrom strong { max-width: 90px; word-break: break-all; }
Regards! John
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
Preventing user name from wrapping
Jan Deruiter
    thread link
thread linkthread link Re:Preventing user name from wrapping
John Dagelmore
Go to top