mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 07:18:55 +00:00
feat(css): pre code auto wrap. (#172)
This commit is contained in:
@@ -107,6 +107,9 @@ pre {
|
||||
code {
|
||||
display: inline-block;
|
||||
}
|
||||
pre code {
|
||||
text-wrap: wrap;
|
||||
}
|
||||
blockquote {
|
||||
display: block;
|
||||
margin-block-start: 1em;
|
||||
|
||||
Reference in New Issue
Block a user