Fix code block wraps on Safari (#298)

This commit is contained in:
gsh3ll 2021-03-19 21:21:20 +08:00 committed by GitHub
parent e01b52193a
commit b523192b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,8 @@
color: rgba(255, 255, 255, .8);
background: 0 0;
border-radius: 0;
overflow-x: auto
overflow-x: auto;
word-break: break-all;
}
.post-content blockquote {