Skip to content

Commit

Permalink
(less) fix copypasta-o to fully fix twbs#9295
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Aug 15, 2013
1 parent dc8c0df commit a7272fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input-groups.less
Expand Up @@ -32,7 +32,7 @@
.input-group-lg > .input-group-btn > .btn { .input-lg(); }
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-sm(); }
.input-group-sm > .input-group-btn > .btn { .input-sm(); }


// Display as table-cell
Expand Down

0 comments on commit a7272fe

Please sign in to comment.