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.
Этот коммит содержится в:
@@ -206,7 +206,7 @@ export default class SignupUserComplete extends React.Component {
|
||||
maxLength='128'
|
||||
/>
|
||||
{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'>
|
||||
|
||||
Ссылка в новой задаче
Block a user