aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 99f0d9a63..040f4f7e5 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -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 protected]</p>
+ <p class="form-control-static mb-0">[email protected]</p>
</div>
<div class="form-group">
<label for="inputPassword2" class="sr-only">Password</label>