mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
issue10622: fix superflous scrollbar on the right side of <pre> boxes in the
generated html docs. visible in chrome, possibly other webkit browsers.
This commit is contained in:
parent
d4cc7bf993
commit
09b0b3a655
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ p.deprecated, p.deprecated-removed {
|
|||
|
||||
pre {
|
||||
overflow: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
td.linenos pre {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue