#✅ | Need help with text wrapping in a text element
1 messages · Page 1 of 1 (latest)
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.