diff options
| author | Mark Otto <[email protected]> | 2012-03-22 17:36:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 17:36:32 -0700 |
| commit | b7b84c7a0dfaad5134258b5a50e8d42bd0656b81 (patch) | |
| tree | cc6f1c4aa7717341b7c7608cd1ad72fba135c230 /less/forms.less | |
| parent | ceab161324119c1392e8c26b68d2a14c32d43ab8 (diff) | |
| download | bootstrap-b7b84c7a0dfaad5134258b5a50e8d42bd0656b81.tar.xz bootstrap-b7b84c7a0dfaad5134258b5a50e8d42bd0656b81.zip | |
remove bug in docs for example icon in an input-prepend by removing margin on any input/select/etc in an input-prepend/append
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 8d9c25308..a53b273b9 100644 --- a/less/forms.less +++ b/less/forms.less @@ -365,6 +365,7 @@ select:focus:required:invalid { input, select, .uneditable-input { + margin-bottom: 0; // prevent bottom margin from screwing up alignment in stacked forms *margin-left: 0; .border-radius(0 3px 3px 0); &:focus { |
