Skip to content

Commit

Permalink
css: fix an issue on .highlight pre border radius (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtardy authored Dec 6, 2023
1 parent 8f02d7f commit 0d3d631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
pre {
margin: 0;
padding: 1rem;
border-radius: inherit;

// Default click-to-copy button

Expand Down

0 comments on commit 0d3d631

Please sign in to comment.