style(markdown): 小代码块不换行

This commit is contained in:
Teo
2024-10-31 15:19:41 +08:00
committed by 亢奋猫
parent 1c5b2b92dc
commit 70e680cf47
+3 -1
View File
@@ -95,7 +95,7 @@
}
span {
word-break: break-all;
white-space: pre;
}
code {
@@ -107,6 +107,8 @@
background: var(--color-background-mute);
padding: 3px 5px;
border-radius: 5px;
word-break: keep-all;
white-space: pre;
}
pre {