Skip to content

Commit da166e0

Browse files
authoredJul 14, 2022
Merge pull request #1855 from stevenengler/code-fmt
Fix code padding in headings
2 parents 6688bd8 + 6a4ba95 commit da166e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/theme/css/chrome.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ pre > .buttons button {
252252
padding: 0.3rem 1rem;
253253
}
254254
}
255-
code {
255+
pre > code {
256256
padding: 1rem;
257257
}
258258

0 commit comments

Comments
 (0)
Please sign in to comment.