Is there a way in the rich text editor to add a non-breaking space ( ) ? I would like to use this so when a text box is narrowed on smaller screen sizes, I can prevent a single word from going onto the new line below. For example:
Original: Lorem ipsum dolor sit amet, consectetur adipiscing elit
Correct: Lorem ipsum dolor sit amet, consectetur
adipiscing elit
Wrong: Lorem ipsum dolor sit amet, consectetur adipiscing
elit
I just got this working by typing in a non-breaking space with a keyboard shortcut in the rich text editor (for a plain text body field). On Mac thatโs option + space, PC itโs Ctrl + shift + space
I tried to add a NBSP using rich-text editor by pressing option+space, but this did not work. Is there some other way to add a NBSP? This is absolutely essential for certain languages which require a NBSP before punctuation like ? : ; !