joseph / Monocle

A silky, tactile browser-based ebook JavaScript library.
http://monocle.inventivelabs.com.au
MIT License
743 stars 200 forks source link

added ellipsis truncation to overflows to TOC entries #225

Closed ricefield closed 10 years ago

ricefield commented 10 years ago

For indented entries in the TOC, if the chapter name is longer than the width of the TOC box, the name will wrap to the second line and be unaligned. Instead of wrapping, just truncate the chapter name using text-overflow: ellipsis.

example: I modified a chapter title in the Dickens example (http://test.monoclejs.com/test/showcase/02-dickens/index.html)

screen shot 2013-09-13 at 1 00 02 pm

becomes

screen shot 2013-09-13 at 1 00 59 pm

joseph commented 10 years ago

Thanks for contributing!