aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components')
-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 46217e383..88bd37dc2 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -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 protected]</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>