Help
Discuss or request ArrowChat modifications
User avatar
ChatDelMundo
Free
 
Posts: 24
Joined: 24 Apr 2013, 09:20

 

by ChatDelMundo 28 Nov 2013, 10:52

Image

How to fix this?
User avatar
manga05
Free
 
Posts: 4
Joined: 06 Jan 2013, 05:36

 

by manga05 30 Mar 2014, 06:03

Search and look at this code at stylesheet:
.arrowchat_chatroom_room_list{font-size:11px;cursor:pointer;height:26px;text-align:left;line-height:100%;color:#333;border-top:1px solid #fff;border-bottom:1px solid #fff}

Use overflow:hidden; like this:
Code: Select all
.arrowchat_chatroom_room_list{font-size:11px;overflow:hidden;cursor:pointer;height:26px;text-align:left;line-height:100%;color:#333;border-top:1px solid #fff;border-bottom:1px solid #fff}
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 16 Dec 2014, 00:26

[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]