aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-11 20:42:44 -0800
committerMark Otto <[email protected]>2013-01-11 20:42:44 -0800
commit56a24027c374fd9c75c150d99332fe12b0299b35 (patch)
treee61d4094d74211961954ecad36611a2cbc90820f /less/forms.less
parentd3b3b4c48f86be988148948eb97f0b2ef6ca41c1 (diff)
downloadbootstrap-56a24027c374fd9c75c150d99332fe12b0299b35.tar.xz
bootstrap-56a24027c374fd9c75c150d99332fe12b0299b35.zip
Fixes #6473: Make .input-prepend and .input-append inline-block to match other form states
Diffstat (limited to 'less/forms.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 47d221bcf..c1b381380 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -422,6 +422,7 @@ select:focus:invalid {
// Allow us to put symbols and text within the input field for a cleaner look
.input-append,
.input-prepend {
+ display: inline-block;
margin-bottom: 5px;
font-size: 0; // white space collapse hack
white-space: nowrap; // Prevent span and input from separating