fix: style of long inline code (#228)

This commit is contained in:
jnkn6
2024-09-01 09:33:55 +09:00
committed by GitHub
parent ed34eadd73
commit 86582d5c9d
+1
View File
@@ -13,6 +13,7 @@ code {
// Inline code
li>code,
p > code {
white-space: pre-wrap;
font-size: 0.9em;
padding: 1px 3px;
position: relative;