Skip to content

Commit

Permalink
fix padding of inline code and x-overflow scrolling behaviour of code…
Browse files Browse the repository at this point in the history
…block
  • Loading branch information
ymahlich committed Jan 27, 2025
1 parent 7a7452e commit 2cf7cad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ body {
code.highlighter-rouge{
background: white;
border: 1px solid #ccc;
padding: 2.5px;

}

Expand All @@ -151,7 +152,8 @@ div.highlighter-rouge {
background-color: white;
width: 60%;
border: 1px solid #ccc;
padding: 2.5px;
padding: 2.5px;
overflow-x: auto;

}

Expand Down

0 comments on commit 2cf7cad

Please sign in to comment.