diff --git a/ui/src/status/fixtures.js b/ui/src/status/fixtures.js index 79affa12c..816a748fa 100644 --- a/ui/src/status/fixtures.js +++ b/ui/src/status/fixtures.js @@ -45,28 +45,28 @@ export const fixtureStatusPageCells = [ type: 'alerts', x: 0, y: 5, - w: 5, - h: 5, + w: 6.5, + h: 7, }, { i: 'news-feed', isWidget: true, name: 'News Feed', type: 'news', - x: 5, + x: 6.5, y: 5, - w: 3.5, - h: 5, + w: 3, + h: 7, }, { i: 'getting-started', isWidget: true, name: 'Getting Started', type: 'guide', - x: 8.5, + x: 9.5, y: 5, - w: 3.5, - h: 5, + w: 2.5, + h: 7, }, ]