Commit 308114f6 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

throw some margin utils to fix spacing

parent 96986bb4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -544,7 +544,7 @@ When you need to place plain text next to a form label within a form, use the `. ...@@ -544,7 +544,7 @@ When you need to place plain text next to a form label within a form, use the `.
<label class="sr-only">Email</label> <label class="sr-only">Email</label>
<p class="form-control-static">email@example.com</p> <p class="form-control-static">email@example.com</p>
</div> </div>
<div class="form-group"> <div class="form-group mx-sm-3">
<label for="inputPassword2" class="sr-only">Password</label> <label for="inputPassword2" class="sr-only">Password</label>
<input type="password" class="form-control" id="inputPassword2" placeholder="Password"> <input type="password" class="form-control" id="inputPassword2" placeholder="Password">
</div> </div>
......
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