summaryrefslogtreecommitdiffstats
path: root/webapp/components/login/login.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/login/login.jsx')
-rw-r--r--webapp/components/login/login.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/components/login/login.jsx b/webapp/components/login/login.jsx
index 8dbcf33ac..fa86adaed 100644
--- a/webapp/components/login/login.jsx
+++ b/webapp/components/login/login.jsx
@@ -291,7 +291,10 @@ export default class Login extends React.Component {
if (global.window.mm_config.EnableOpenServer === 'true') {
loginControls.push(
- <div key='signup'>
+ <div
+ className='form-group'
+ key='signup'
+ >
<span>
<FormattedMessage
id='login.noAccount'