docs only.
inherit the line height to resolve vertical scroll issue in WebKit browsers Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950
This commit is contained in:
parent
1da823869c
commit
18a4883ab3
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ pre {
|
|||
padding:10px;
|
||||
margin:0 0 1em 1em;
|
||||
overflow:auto;
|
||||
line-height:inherit; /* fixes vertical scrolling in webkit */
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5 {
|
||||
|
|
Loading…
Reference in a new issue