Fix overflow scroll on code blocks

Fixes https://github.com/kubernetes/kubernetes.github.io/issues/633
reviewable/pr2602/r1
Ben Spoon 2017-02-07 13:38:47 -08:00 committed by mengyuan
parent 83d5b27667
commit 34f61c10e8
1 changed files with 1 additions and 0 deletions

View File

@ -856,6 +856,7 @@ dd
display: block
margin: 20px 0
padding: 15px
position: relative
overflow-x: auto
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code