Fix code block style for code preview (#30298)

Fix #30292

To avoid unnecessary style overriding, use "div" instead of "code"
This commit is contained in:
wxiaoguang 2024-04-06 20:07:08 +08:00 committed by GitHub
parent 9c1f4dae2e
commit 7396172a02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -432,7 +432,7 @@
text-align: right;
}
.markup code:not(.code-inner),
.markup code,
.markup tt {
padding: 0.2em 0.4em;
margin: 0;