Ashawn Member Dec 27, 2018 #1 How do i fix this issue regarding a user's name having so many characters that the following occurs:
BassMan Well-known member Dec 27, 2018 #2 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. Upvote 0 Downvote
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.