XF 2.1 User post profile

Ashawn

Member
How do i fix this issue regarding a user's name having so many characters that the following occurs:

lDBgqv9.png
 
You can increase the width of the cell by adding this to your extra.less template:
Code:
.message-cell.message-cell--user {
    flex: 0 0 150px;
}

Adjust the last value (150px) to suit your needs.
 
Top Bottom