For example, we have a paragraph:
Quick brown fox jumps over the lazy dog
How can i prevent breaking the part "the lazy" ? I means, that this string will be incorrect in my formatting:
Quick brown fox jumps over the
lazy dog
But this one is correct:
Quick brown fox jumps over
the lazy dog
My text is large and hitting "Shift+Enter" at some placed is ugly, because everything will crash, when text size will be changed ...
Selecting the part "the lazy", right-click -> "Prevent breaking" does not works
Help!
