mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
fixes #21000: Remove margin from static form control example
This commit is contained in:
parent
42dfa7994d
commit
ab49e3f7e6
@ -539,7 +539,7 @@ When you need to place plain text next to a form label within a form, use the `.
|
||||
<form class="form-inline">
|
||||
<div class="form-group">
|
||||
<label class="sr-only">Email</label>
|
||||
<p class="form-control-static">email@example.com</p>
|
||||
<p class="form-control-static mb-0">email@example.com</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="inputPassword2" class="sr-only">Password</label>
|
||||
|
Loading…
Reference in New Issue
Block a user