0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

throw some margin utils to fix spacing

This commit is contained in:
Mark Otto 2016-12-25 14:38:06 -08:00 committed by Mark Otto
parent 96986bb4a3
commit 308114f65c

View File

@ -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>
<p class="form-control-static">email@example.com</p>
</div>
<div class="form-group">
<div class="form-group mx-sm-3">
<label for="inputPassword2" class="sr-only">Password</label>
<input type="password" class="form-control" id="inputPassword2" placeholder="Password">
</div>