Skip to content

Commit

Permalink
Migrate forgotten Bootstrap 3 style offset class (#23951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herst authored and mdo committed Oct 3, 2017
1 parent c86833b commit a224387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/components/input-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a224387

Please sign in to comment.