aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorgeedmo <[email protected]>2013-08-05 19:43:39 -0300
committergeedmo <[email protected]>2013-08-05 19:43:39 -0300
commit7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097 (patch)
treed9da527ad6153cc2f9e3c6a03add6fa9ca6bc045 /less
parent9bbe8a020a9082cbec011c8fae66bc5ffc8fe5bd (diff)
downloadbootstrap-7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097.tar.xz
bootstrap-7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097.zip
Fix Issue #8175
Diffstat (limited to 'less')
-rw-r--r--less/input-groups.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/input-groups.less b/less/input-groups.less
index 79d1afcd4..21b07922b 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;