Commit 3a670545 authored by Chris Rebert's avatar Chris Rebert
Browse files

fix copypasta-o to fully fix #9295

parent a58bf083
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment