How can I disable text-reflowing?
![]() ![]() |
I love this script, but I would like to disable one of its features and can't. How can I disable text reflowing, so that articles in the reader don't fill the entire width but instead remain the same width as in the original. Thanks,
|
![]() ![]() |
If you really want that extra white space back on the right side of the articles, you can delete the following lines from the script:
#entries .entry-body,
.entry .entry-title {
max-width: none !important; }
|

