Merge pull request #993 from apaatsio/bootstrap-help-block

Use help-block class from Bootstrap
Этот коммит содержится в:
Christopher Speller
2015-10-14 07:39:53 -04:00
родитель 6095bf4a45 2d3506e2d2
Коммит cbefd88951
5 изменённых файлов: 8 добавлений и 9 удалений

Просмотреть файл

@@ -208,7 +208,7 @@ export default class SignupUserComplete extends React.Component {
spellCheck='false'
/>
{nameError}
<p className='form__hint'>Username must begin with a letter, and contain between 3 to 15 lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'</p>
<span className='help-block'>Username must begin with a letter, and contain between 3 to 15 lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'</span>
</div>
</div>
<div className='margin--extra'>