Change cell sizes to better suit content

feature/status_page/externalLinks
Alex P 2017-06-09 12:33:09 -07:00
parent 7ff09df1fc
commit 9e6420bb1d
1 changed files with 8 additions and 8 deletions

View File

@ -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,
},
]