diff options
| author | geedmo <[email protected]> | 2013-08-05 19:43:39 -0300 |
|---|---|---|
| committer | geedmo <[email protected]> | 2013-08-05 19:43:39 -0300 |
| commit | 7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097 (patch) | |
| tree | d9da527ad6153cc2f9e3c6a03add6fa9ca6bc045 | |
| parent | 9bbe8a020a9082cbec011c8fae66bc5ffc8fe5bd (diff) | |
| download | bootstrap-7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097.tar.xz bootstrap-7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097.zip | |
Fix Issue #8175
| -rw-r--r-- | less/input-groups.less | 2 |
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; |
