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

fix copypasta-o to fully fix #9295

parent a58bf083
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
.input-group-lg > .input-group-btn > .btn { .input-lg(); } .input-group-lg > .input-group-btn > .btn { .input-lg(); }
.input-group-sm > .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon, .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 // Display as table-cell
......
Markdown is supported
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