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