Skip to content

Commit

Permalink
feat: add overflow-x: auto to code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
luxedo committed Apr 22, 2020
1 parent 633f63c commit 8f87542
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ pre.standalone {
padding: 20px 10px 10px 10px;
}

code {
overflow-x: auto;
}

dl dt {
font-size: 13.5pt;
font-weight: normal;
Expand Down

0 comments on commit 8f87542

Please sign in to comment.