Skip to content

Commit

Permalink
Fix overflow pre tag index.md
Browse files Browse the repository at this point in the history
In the docs, at h2#testing-on-localhost second pre child, the code snippet literally breaks and goes outside pre, div and everything.
The same happens for h2#promise-and-generator-support third pre child, the code snippet breaks and goes outside the pre and everything.
  • Loading branch information
lopezac authored Oct 29, 2022
1 parent e8d5326 commit 5099d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pre {
-webkit-box-shadow: inset 0 0 5px #eee;
-moz-box-shadow: inset 0 0 5px #eee;
box-shadow: inset 0 0 5px #eee;
overflow: scroll;
}

code .comment { color: #ddd }
Expand Down

0 comments on commit 5099d32

Please sign in to comment.