2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

finish fixing #9295: add button group buttons to new input group sizing

This commit is contained in:
Mark Otto
2013-08-12 21:27:15 -07:00
parent 40723c8716
commit 49576704ea
3 changed files with 9 additions and 5 deletions
+4 -2
View File
@@ -28,9 +28,11 @@
// manipulation.
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon { .input-lg(); }
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-lg(); }
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon { .input-sm(); }
.input-group-sm > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-sm(); }
// Display as table-cell