joseph / Monocle

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

word-wrap: break-word !important; #174

Closed lmvco closed 11 years ago

lmvco commented 11 years ago

In formatting.js file, it 's defined a list of default styles rules applied by Monocle.

One of these rules is:

html#RS\:monocle * { word-wrap: break-word !important; }

Why is this applied?

Shouldn't be better to use word-break:hyphenate or word-break:normal ?

Thanks

lmvco commented 11 years ago

Closing this issue since it was already discussed in Monocle Google Group.