Skip to content

Commit a6a4ce7

Browse files
authoredOct 19, 2021
Coy: Added padding to account for box shadow (#3143)
1 parent c562970 commit a6a4ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎themes/prism-coy.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pre[class*="language-"] {
3232
position: relative;
3333
margin: .5em 0;
3434
overflow: visible;
35-
padding: 0;
35+
padding: 1px;
3636
}
3737
pre[class*="language-"]>code {
3838
position: relative;

‎themes/prism-coy.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.