fix: markdown渲染的 code 间距调整

This commit is contained in:
tim
2025-08-05 01:09:22 +08:00
parent e5c746fe27
commit 0cfcd5588f

View File

@@ -237,6 +237,6 @@ body {
}
.info-content-text pre {
line-height: 0.8;
line-height: 1.1;
}
}