Skip to content

Commit

Permalink
col-offset-2 to col-sm-offset-2 in bs3-form-horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Malinowski committed Oct 14, 2013
1 parent ff17268 commit 7a8a06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form/bs3-form-horizontal.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
${4}
<div class="form-group">
<div class="col-sm-10 col-offset-2">
<div class="col-sm-10 col-sm-offset-2">
<button type="submit" class="btn btn-primary">${5:Submit}</button>
</div>
</div>
Expand Down

0 comments on commit 7a8a06b

Please sign in to comment.