diff options
| author | Mark Otto <[email protected]> | 2012-11-29 23:39:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-29 23:39:33 -0800 |
| commit | bca3ff4ed6f42701ceae1405f518c35ec8c623be (patch) | |
| tree | b92cc1ad9d26194028944324d6cdbd9b24a56e37 /less/forms.less | |
| parent | f087b3428c6b48ee34b8da3991fc692e04719898 (diff) | |
| download | bootstrap-bca3ff4ed6f42701ceae1405f518c35ec8c623be.tar.xz bootstrap-bca3ff4ed6f42701ceae1405f518c35ec8c623be.zip | |
Fixes #5853: Maintain 10px margin above help block when following input groups
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 1e1a04bdf..2dff22919 100644 --- a/less/forms.less +++ b/less/forms.less @@ -673,7 +673,9 @@ legend + .control-group { input, select, textarea, - .uneditable-input { + .uneditable-input, + .input-prepend, + .input-append { + .help-block { margin-top: @baseLineHeight / 2; } |
