Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pacohernandezg committed Oct 10, 2016
1 parent 84d4a73 commit d2e83c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puredat-image-many.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

_colsChanged: function(newValue, oldValue) {
this.style.minWidth = (30 * newValue) + "px";
this.style.flex = (10 * newValue) + "%";
this.style.flex = "0 0 " + (10 * newValue) + "%";
},

selectHandler: function(event) {
Expand Down

0 comments on commit d2e83c3

Please sign in to comment.