Quote:
Originally Posted by starrigger
In this case, it was an uninterrupted string of characters, essentially a word too long for the line. I guess the software guys will have to answer the question of why epub didn't break the "word" at the right margin.
|
My fault. I cheated on the formatting and used CSS 'white-space: pre' (e.g., a <pre/> element). Better would be to have each line be a wrappable block-level element with a proper left margin.