diff options
| author | Mark Otto <[email protected]> | 2013-08-12 21:27:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 21:27:15 -0700 |
| commit | 49576704ea6c24fbc4cb32f44c5986a1e7714634 (patch) | |
| tree | 046ef825c6292c14cf342737aff142a3f3c4fe22 /less/input-groups.less | |
| parent | 40723c8716d79e5f27791caa2da5787151a6ee6b (diff) | |
| download | bootstrap-49576704ea6c24fbc4cb32f44c5986a1e7714634.tar.xz bootstrap-49576704ea6c24fbc4cb32f44c5986a1e7714634.zip | |
finish fixing #9295: add button group buttons to new input group sizing
Diffstat (limited to 'less/input-groups.less')
| -rw-r--r-- | less/input-groups.less | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/less/input-groups.less b/less/input-groups.less index e5e6100d3..153b22957 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -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 |
