We have a hyphen word that we often use on our website and we never want to wrap it or break it - we always want the two parts of the word to be on the same line.
Is there a way to make every instance of this word on the site unbroken or do I need to do this with something like "white-space: nowrap"in the gap around each instance of the word?
Ideally, I would like to be able to do an update where each instance of a word existing on the site becomes non-revealing, without having to manually switch and update each word.
Thank!
source
share