aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/assets/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 478586a14..aca0e7a18 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1646,6 +1646,7 @@ select:focus:invalid:focus {
.input-append,
.input-prepend {
+ display: inline-block;
margin-bottom: 5px;
font-size: 0;
white-space: nowrap;