diff options
| author | Mark Otto <[email protected]> | 2019-07-09 14:30:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-09 14:30:07 -0500 |
| commit | 9badcf6c41c554a2ee9b7162e979ac263fa525e8 (patch) | |
| tree | 925644c26ab188324540cc8876d0bd53192939af | |
| parent | c7a847b6a13a27a4e8ebbdca2ee94068c6ef7fdb (diff) | |
| download | bootstrap-9badcf6c41c554a2ee9b7162e979ac263fa525e8.tar.xz bootstrap-9badcf6c41c554a2ee9b7162e979ac263fa525e8.zip | |
Fixes #28994
| -rw-r--r-- | site/content/docs/4.3/components/forms.md | 2 |
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> |
