diff options
| author | liuyl <[email protected]> | 2013-08-04 09:27:23 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-08-04 09:27:23 +0800 |
| commit | 4bbbf774a4b36ce5f36e4a35a2e7bed807dd640b (patch) | |
| tree | a3def7f7cfa0443d4ab81fb846014b13dcf60346 /less/input-groups.less | |
| parent | 4582eb704f39f0de0fb969ab8c16e5f4c0b5504a (diff) | |
| download | bootstrap-4bbbf774a4b36ce5f36e4a35a2e7bed807dd640b.tar.xz bootstrap-4bbbf774a4b36ce5f36e4a35a2e7bed807dd640b.zip | |
add line-height
Diffstat (limited to 'less/input-groups.less')
| -rw-r--r-- | less/input-groups.less | 2 |
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. |
