Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Break a >100-character line into two <=100-character lines #1122

Merged
merged 1 commit into from
Jun 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion static_src/components/users_invite.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export default class UsersInvite extends React.Component {
content = (
<div>
<PanelDocumentation description>
<p>Invite new user to cloud.gov and this organization, or add an existing user to this organization.</p>
<p>Invite new user to cloud.gov and this organization, or add an existing user to this
organization.</p>
</PanelDocumentation>
<Form
guid={ USERS_INVITE_FORM_GUID }
Expand Down