aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/input-groups.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/input-groups.less b/less/input-groups.less
index 1a6368831..77be68d92 100644
--- a/less/input-groups.less
+++ b/less/input-groups.less
@@ -59,11 +59,13 @@
padding: @padding-small-vertical @padding-small-horizontal;
font-size: @font-size-small;
border-radius: @border-radius-small;
+ line-height: @line-height-small;
}
&.input-large {
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.