line-height: normal; on code, pre, samp, kbd
This commit is contained in:
parent
050428478b
commit
09e9e5b0a4
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ kbd {
|
|||
/* IE fix */
|
||||
white-space: pre-wrap;
|
||||
font-family: Consolas, 'DejaVu Sans Mono', Courier, monospace;
|
||||
line-height: 1;
|
||||
line-height: normal;
|
||||
}
|
||||
code,
|
||||
kbd,
|
||||
|
|
|
@ -124,7 +124,7 @@ kbd {
|
|||
white-space: pre-line; /* IE fix */
|
||||
white-space: pre-wrap;
|
||||
font-family: @fontstack2;
|
||||
line-height: 1;
|
||||
line-height: normal;
|
||||
}
|
||||
code, kbd, mark {
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Reference in a new issue