Skip to content

Commit

Permalink
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 a58bf08 commit 3a67054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/input-groups.less
Original file line number Diff line number Diff line change
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 3a67054

Please sign in to comment.