# No Break
Use the `` tag to keep specific words together, and not be separated by word wrapping.
The closing `` tag reverts to the default behavior of allowing words to break where the line wraps.
If you apply the `` tag to a segment of text that is too big to fit on one line, the segment will break wherever the line wraps.
**Example:**
```
You don't want I M P O R T A N T things to be broken up.
```
![Example image](../images/TMP_RichTextNoBreak.png)
_The important parts stay together_