Skip to content

Commit

Permalink
Merge pull request #13868 from ghoshRitesh12/master
Browse files Browse the repository at this point in the history
docs: fix `pre` element overflow in home page
  • Loading branch information
vkarpov15 committed Sep 25, 2023
2 parents f4fc8a7 + 582b30d commit eee5ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pre {
background: #eee;
padding: 5px;
border-radius: 3px;
overflow-x: auto;
}
code {
color: #333;
Expand Down

0 comments on commit eee5ac1

Please sign in to comment.