#✅ | Need help with text wrapping in a text element

1 messages · Page 1 of 1 (latest)

terse stump
#

I need text to continue onto the next line instead of cutting off. I assumed "Auto Line Wrapping" would do it, but it doesn't appear to be doing that for me.

quick dewBOT
# terse stump I need text to continue onto the next line instead of cutting off. I assumed "Au...

Auto line wrapping only breaks text at spaces or newlines. If your string is one long word (like C:/config/fancymenu/...), it won’t wrap and instead just gets cut off. You can force it onto the next line by adding a space before the part that should wrap, or by inserting a manual newline (Shift+Enter when editing the text, or \n via Markdown/plain text). That way the Text element’s line-wrapping feature (see Text in Menus) can actually break the line instead of clipping the word.