Skip to content

Commit

Permalink
Merge pull request JasonMortonNZ#19 from mdmalinowski/patch-1
Browse files Browse the repository at this point in the history
col-offset-2 to col-sm-offset-2 in bs3-form-horizontal
  • Loading branch information
JasonMortonNZ committed Oct 15, 2013
2 parents ff17268 + 7a8a06b commit 3e30893
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 3e30893

Please sign in to comment.