View Single Post
Old 09-14-2017, 05:07 PM   #6
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 22,013
Karma: 30277294
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Doitsu View Post
AFAIK, the only thing that works is wrapping words with em dashes in spans and assigning them a white-space: nowrap style. For example:

Code:
span.nowrap {
  white-space: nowrap;
}

<p>He lived in <span class="nowrap">M&mdash;</span> at that time.</p>
that's been a mote in my eye for aeons

BR
BetterRed is offline   Reply With Quote