Index: chrome/browser/resources/ntp_search/apps_page.js |
diff --git a/chrome/browser/resources/ntp_search/apps_page.js b/chrome/browser/resources/ntp_search/apps_page.js |
index 92abdb373f5ebdd68b5e920361805a67ea2c5ed5..c24d6b05fce339b53fd605664e9b5af6c147ecca 100644 |
--- a/chrome/browser/resources/ntp_search/apps_page.js |
+++ b/chrome/browser/resources/ntp_search/apps_page.js |
@@ -578,7 +578,7 @@ cr.define('ntp', function() { |
// The width of a cell. |
cellWidth: 70, |
// The start margin of a cell (left or right according to text direction). |
- cellMarginStart: 12, |
+ cellMarginStart: 22, |
// The maximum number of Tiles to be displayed. |
maxTileCount: 20, |
// Whether the TilePage content will be scrollable. |