From 8783e1a1bb38ca0765cd02833526a92a47f8d5e8 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Fri, 3 Feb 2017 15:43:55 +0000 Subject: [PATCH] correcting column size --- frontend/src/components/people-list/invite.js | 2 +- ui/src/components/column/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/people-list/invite.js b/frontend/src/components/people-list/invite.js index 54f88368..4a0a8605 100644 --- a/frontend/src/components/people-list/invite.js +++ b/frontend/src/components/people-list/invite.js @@ -103,7 +103,7 @@ const Invite = React.createClass({ return ( - +

Search for a person by name or email or enter an email address to invite someone new.

diff --git a/ui/src/components/column/index.js b/ui/src/components/column/index.js index e4c143f7..5602110f 100644 --- a/ui/src/components/column/index.js +++ b/ui/src/components/column/index.js @@ -46,7 +46,7 @@ const flexed = (...args) => (props) => { }; const flexBasis = width('auto'); -const maxWidth = width('none'); +const maxWidth = width('100%'); const marginLeft = width(0); const breakpoint = (prop, size) => {