aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2019-07-09 14:30:07 -0500
committerGitHub <[email protected]>2019-07-09 14:30:07 -0500
commit9badcf6c41c554a2ee9b7162e979ac263fa525e8 (patch)
tree925644c26ab188324540cc8876d0bd53192939af
parentc7a847b6a13a27a4e8ebbdca2ee94068c6ef7fdb (diff)
downloadbootstrap-9badcf6c41c554a2ee9b7162e979ac263fa525e8.tar.xz
bootstrap-9badcf6c41c554a2ee9b7162e979ac263fa525e8.zip
Fixes #28994
-rw-r--r--site/content/docs/4.3/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/components/forms.md b/site/content/docs/4.3/components/forms.md
index 659385a73..83564dd22 100644
--- a/site/content/docs/4.3/components/forms.md
+++ b/site/content/docs/4.3/components/forms.md
@@ -419,7 +419,7 @@ At times, you maybe need to use margin or padding utilities to create that perfe
</div>
</div>
<div class="form-group row">
- <div class="col-sm-10">
+ <div class="col-sm-10 offset-sm-2">
<button type="submit" class="btn btn-primary">Sign in</button>
</div>
</div>