Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-07-07 23:34:47 +0400
committerMark Otto <markotto@twitter.com>2012-07-07 23:34:47 +0400
commite2b777d9a3ea12ec10f6046975ec0f43c6636601 (patch)
treefbc42561598b6d8fd37d92405c56ea056a9b1a26 /less
parent7cc916d1378847d9e6e353d553f6d73aeab386d2 (diff)
docs pre font-size and nowrap on prepend/append
Diffstat (limited to 'less')
-rw-r--r--less/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index 1b57b66be4..b53159a1e7 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 {