From d2e83c3e7d6c576e3c7413b8c03bf7d63e626b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paco=20Hern=C3=A1ndez=20G=C3=B3mez?= Date: Mon, 10 Oct 2016 13:17:21 +0200 Subject: [PATCH] Commit --- puredat-image-many.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puredat-image-many.html b/puredat-image-many.html index 9028eab..0c64d6f 100644 --- a/puredat-image-many.html +++ b/puredat-image-many.html @@ -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) {