Skip to content

Commit

Permalink
Merge pull request #311 from yh54321/patch-1
Browse files Browse the repository at this point in the history
Fixes white space bug
  • Loading branch information
Mahavir Jain committed Dec 12, 2018
2 parents 7de3372 + 3742307 commit eb7fb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folioreader/src/main/assets/js/Bridge.js
Expand Up @@ -828,6 +828,7 @@ function preInitHorizontalDirection() {

bodyElement.style.webkitColumnGap = (paddingLeft + paddingRight) + 'px';
bodyElement.style.webkitColumnWidth = pageWidth + 'px';
bodyElement.style.columnFill = 'auto';

//console.log("-> window.innerWidth = " + window.innerWidth);
//console.log("-> window.innerHeight = " + window.innerHeight);
Expand Down

0 comments on commit eb7fb1b

Please sign in to comment.