diff options
| author | Herst <[email protected]> | 2017-10-03 03:57:57 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 18:57:57 -0700 |
| commit | a224387a21f40c1eb166a6f683f29feb437ded45 (patch) | |
| tree | 6bd1a28fdff30ce1966caa59c947254fcb6e093b | |
| parent | c86833b3d0393b9cd28d86cecfa916bffd3c416b (diff) | |
| download | bootstrap-a224387a21f40c1eb166a6f683f29feb437ded45.tar.xz bootstrap-a224387a21f40c1eb166a6f683f29feb437ded45.zip | |
Migrate forgotten Bootstrap 3 style offset class (#23951)
| -rw-r--r-- | docs/4.0/components/input-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index de7322307..231adc906 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -132,7 +132,7 @@ Buttons in input groups must wrapped in a `.input-group-btn` for proper alignmen </div> <br> <div class="row"> - <div class="col-lg-offset-3 col-lg-6"> + <div class="col-lg-6 offset-lg-3"> <div class="input-group"> <span class="input-group-btn"> <button class="btn btn-secondary" type="button">Hate it</button> |
