Lack of interest Postbit text wrapping for user fields

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Breixo

Well-known member
Is it possible to wrap the text of User Fields at Postbit?
"Text wrapping" like at Google Sheets to show the whole text in more than one line if needed.
text-wrapping.webp
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Solved by themehouse adding this code to extra.less
Code:
.message-userExtras .pairs dd { white-space: initial; }
Thanks!
 
Top Bottom