Index: chrome/browser/resources/ntp4/tile_page.js |
diff --git a/chrome/browser/resources/ntp4/tile_page.js b/chrome/browser/resources/ntp4/tile_page.js |
index 4f6ecdb644292142065d11164d78201f008b97c1..c2dcaa5fcc1c8fe08f1c20e50c8e2ed92cdf919a 100644 |
--- a/chrome/browser/resources/ntp4/tile_page.js |
+++ b/chrome/browser/resources/ntp4/tile_page.js |
@@ -390,6 +390,8 @@ cr.define('ntp4', function() { |
// Div that holds the tiles. |
this.tileGrid_ = this.ownerDocument.createElement('div'); |
this.tileGrid_.className = 'tile-grid'; |
+ this.tileGrid_.style.minWidth = (this.gridValues_.minColCount * |
+ this.gridValues_.minTileWidth) + 'px'; |
this.content_.appendChild(this.tileGrid_); |
// Ordered list of our tiles. |