From 7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097 Mon Sep 17 00:00:00 2001 From: geedmo Date: Mon, 5 Aug 2013 19:43:39 -0300 Subject: [PATCH] Fix Issue #8175 --- less/input-groups.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/input-groups.less b/less/input-groups.less index 79d1afcd4e..21b07922b4 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; -- 2.47.2