mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
fixes #21000: Remove margin from static form control example
This commit is contained in:
parent
42dfa7994d
commit
ab49e3f7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue