diff --git a/resources/compiled_coffeescript.zip b/resources/compiled_coffeescript.zip index 0a42b604c8..bffc6a79dd 100644 Binary files a/resources/compiled_coffeescript.zip and b/resources/compiled_coffeescript.zip differ diff --git a/src/calibre/ebooks/oeb/display/paged.coffee b/src/calibre/ebooks/oeb/display/paged.coffee index fd06913547..478ea9138b 100644 --- a/src/calibre/ebooks/oeb/display/paged.coffee +++ b/src/calibre/ebooks/oeb/display/paged.coffee @@ -196,6 +196,7 @@ class PagedDisplay bs.setProperty('-webkit-column-gap', 2*sm + 'px') bs.setProperty('-webkit-column-width', col_width + 'px') bs.setProperty('-webkit-column-rule', '0px inset blue') + bs.setProperty('column-fill', 'auto') # Without this, webkit bleeds the margin of the first block(s) of body # above the columns, which causes them to effectively be added to the