View Single Post
Old 06-02-2019, 11:08 PM   #9
GrannyGrump
Obsessively Dedicated...
GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.
 
GrannyGrump's Avatar
 
Posts: 3,231
Karma: 35158061
Join Date: May 2011
Location: PA {back in the usa!}
Device: Sony PRS-T2, ADE on PC
PS --- RbnJrg posted a solution to prevent trailing ellipses and em dashes and other punctuation from breaking off as orphans onto a separate line.
See Post # 17 on this thread:
https://www.mobileread.com/forums/sh...=NOWRAP&page=2

CSS:
Code:
.nowrap {
    text-indent: 0;
    display: inline-block;
}
This span is useful for end-of-line for poetry. Also for dialogue, if you have a ton ending with em dash --- it is so annoying to lose the em dash with closing quote mark onto a new line.

But you should not use the span on long words, as it prevents hyphenation, and might cause large gaps along the right-hand margin.
GrannyGrump is offline   Reply With Quote