summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_password_page.jsx
diff options
context:
space:
mode:
authorAntti Ahti <antti.ahti@gmail.com>2015-10-09 16:35:52 +0300
committerAntti Ahti <antti.ahti@gmail.com>2015-10-09 16:35:52 +0300
commit2d3506e2d27cbbb90c33dc62ef7493ef7bc6d628 (patch)
tree9d50c1fe15153d16983f47b1a6f473bb763c7ca9 /web/react/components/team_signup_password_page.jsx
parent05ed5b08999c4d32f200c785b60b931d43b2b628 (diff)
downloadchat-2d3506e2d27cbbb90c33dc62ef7493ef7bc6d628.tar.gz
chat-2d3506e2d27cbbb90c33dc62ef7493ef7bc6d628.tar.bz2
chat-2d3506e2d27cbbb90c33dc62ef7493ef7bc6d628.zip
Use help-block class from Bootstrap
Use help-block class provided by Bootstrap instead of using a custom form__hint class. We still override some styles from the Bootstrap class, though.
Diffstat (limited to 'web/react/components/team_signup_password_page.jsx')
-rw-r--r--web/react/components/team_signup_password_page.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_signup_password_page.jsx b/web/react/components/team_signup_password_page.jsx
index dce8105ca..b1ccb0dd4 100644
--- a/web/react/components/team_signup_password_page.jsx
+++ b/web/react/components/team_signup_password_page.jsx
@@ -110,7 +110,7 @@ export default class TeamSignupPasswordPage extends React.Component {
placeholder=''
maxLength='128'
/>
- <div className='color--light form__hint'>Passwords must contain 5 to 50 characters. Your password will be strongest if it contains a mix of symbols, numbers, and upper and lowercase characters.</div>
+ <span className='color--light help-block'>Passwords must contain 5 to 50 characters. Your password will be strongest if it contains a mix of symbols, numbers, and upper and lowercase characters.</span>
</div>
</div>
{passwordError}