Commit 2cad7176 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

space that out a smidge

parent 4cd42696
Showing with 1 addition and 1 deletion
+1 -1
...@@ -675,7 +675,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>` ...@@ -675,7 +675,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
<form class="form-inline"> <form class="form-inline">
<div class="form-group"> <div class="form-group">
<label for="inputPassword4">Password</label> <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"> <small id="passwordHelpInline" class="text-muted">
Must be 8-20 characters long. Must be 8-20 characters long.
</small> </small>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment