Skip to content

Commit

Permalink
Merge branch 'developing'
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieWen-Taiwan committed Mar 6, 2016
2 parents 8e565c7 + 886ffe1 commit e0053c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/fallwall.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/fallwall.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
this.find('.fw_column').css({
'display': 'inline-block',
'vertical-align': 'top',
'width': Math.floor( this.width() / settings.columnNumber )
'width': `${100/settings.columnNumber}%`
});

// Add grids at first
Expand Down

0 comments on commit e0053c1

Please sign in to comment.