diff options
| author | Mark Otto <[email protected]> | 2012-07-07 12:34:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-07 12:34:47 -0700 |
| commit | e2b777d9a3ea12ec10f6046975ec0f43c6636601 (patch) | |
| tree | fbc42561598b6d8fd37d92405c56ea056a9b1a26 /less/forms.less | |
| parent | 7cc916d1378847d9e6e353d553f6d73aeab386d2 (diff) | |
| download | bootstrap-e2b777d9a3ea12ec10f6046975ec0f43c6636601.tar.xz bootstrap-e2b777d9a3ea12ec10f6046975ec0f43c6636601.zip | |
docs pre font-size and nowrap on 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 1b57b66be..b53159a1e 100644 --- a/less/forms.less +++ b/less/forms.less @@ -381,6 +381,7 @@ textarea { .input-append { margin-bottom: 5px; font-size: 0; + white-space: nowrap; // Prevent span and input from separating input, select, .uneditable-input { |
