space that out a smidge

This commit is contained in:
Mark Otto 2016-12-25 14:18:54 -08:00 committed by Mark Otto
parent 4cd426963b
commit 2cad717634
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
<form class="form-inline">
<div class="form-group">
<label for="inputPassword4">Password</label>
<input type="password" id="inputPassword4" class="form-control" aria-describedby="passwordHelpInline">
<input type="password" id="inputPassword4" class="form-control mx-sm-3" aria-describedby="passwordHelpInline">
<small id="passwordHelpInline" class="text-muted">
Must be 8-20 characters long.
</small>