Chat Box

Steve Elkins Posted in Technical Support 9 years ago

I am curious on what would cause the letters to run into the picture and also where do I go and how would I fix it?

Chat Box

Replies
us Steve Elkins Replied 9 years ago

@Syed I apologize for not saying thank you for the fix earlier as you can see by the picture of the chat box I have been a little busy changing color codes...Still looking for the background codes for the News Feed, Messages and Invite Friends pages then I will be done...But again thank you for the fix.

Indonesian Arsalan Shah Replied 9 years ago

Hello Steve,

Go to components/OssnChat/css/OssnChat.php

Find:

.friend-tab-item .data .message-reciever .text .inner {
    padding: 5px;
    line-height: 15px;
}

Change to :

.friend-tab-item .data .message-reciever .text .inner {
    padding: 5px;
    line-height: 15px;
    max-width: 158px;
    word-wrap: break-word;
}

I have also applied patch to our v3.x development branch