Browse Source

adjust style

itizawa 6 years ago
parent
commit
ae08637653
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/client/js/components/Admin/Users/UserInviteModal.jsx

+ 1 - 0
src/client/js/components/Admin/Users/UserInviteModal.jsx

@@ -65,6 +65,7 @@ class UserInviteModal extends React.Component {
           <textarea
             className="form-control"
             placeholder="e.g. user@growi.org"
+            style={{ height: '200px' }}
             value={this.state.email}
             onChange={this.handleInput}
           />