aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 16:14:48 -0700
committerMark Otto <[email protected]>2013-08-05 16:14:48 -0700
commit2354cd1ae8ae3e82aa17947a08633c49da3658ee (patch)
tree337873f4bfee34716f1c62913f8dba90ddafd6c8
parent04dc22103706519dfc48c6634351a66a3218221f (diff)
parentc2737771b4e9b63655081c91878c6e66d9c3105a (diff)
downloadbootstrap-2354cd1ae8ae3e82aa17947a08633c49da3658ee.tar.xz
bootstrap-2354cd1ae8ae3e82aa17947a08633c49da3658ee.zip
Merge pull request #9124 from geedmo/3.0.0-wip
Fix Issue #8175 - .input-group-addon broken in Firefox
-rw-r--r--less/input-groups.less4
1 files changed, 1 insertions, 3 deletions
diff --git a/less/input-groups.less b/less/input-groups.less
index 79d1afcd4..6b832c3f1 100644
--- a/less/input-groups.less
+++ b/less/input-groups.less
@@ -48,7 +48,7 @@
padding: @padding-base-vertical @padding-base-horizontal;
font-size: @font-size-base;
font-weight: normal;
- line-height: @line-height-base;
+ line-height: 1;
text-align: center;
background-color: @gray-lighter;
border: 1px solid @input-group-addon-border-color;
@@ -59,13 +59,11 @@
padding: @padding-small-vertical @padding-small-horizontal;
font-size: @font-size-small;
border-radius: @border-radius-small;
- line-height: @line-height-small;
}
&.input-lg {
padding: @padding-large-vertical @padding-large-horizontal;
font-size: @font-size-large;
border-radius: @border-radius-large;
- line-height: @line-height-large;
}
// Nuke default margins from checkboxes and radios to vertically center within.