mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix Issue #8175 - remove lh for input-lg|sm
This commit is contained in:
parent
7bc817bcba
commit
c2737771b4
1 changed files with 0 additions and 2 deletions
|
@ -59,13 +59,11 @@
|
|||
padding: @padding-small-vertical @padding-small-horizontal;
|
||||
font-size: @font-size-small;
|
||||
border-radius: @border-radius-small;
|
||||
line-height: @line-height-small;
|
||||
}
|
||||
&.input-lg {
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue