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) => {