]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #28994
authorMark Otto <otto@github.com>
Tue, 9 Jul 2019 19:30:07 +0000 (14:30 -0500)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2019 19:30:07 +0000 (14:30 -0500)
site/content/docs/4.3/components/forms.md

index 659385a738cf8fca53a11bd6800e0d6abe949eb4..83564dd22f7548e59b0343d60dc6930332719189 100644 (file)
@@ -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>